datetime: Make test-timezone link for some setups

Seems that on some setups, libtool isn't dragging in the
dependencies from the libgnome-control-center static library.
This commit is contained in:
Bastien Nocera 2011-02-21 19:38:05 +00:00
parent a2fa77302b
commit a6128f0468

View file

@ -75,8 +75,8 @@ AM_CPPFLAGS = \
noinst_PROGRAMS = test-timezone
test_timezone_SOURCES = test-timezone.c tz.c tz.h
test_timezone_LDADD = $(PANEL_LIBS)
test_timezone_CFLAGS = $(PANEL_CFLAGS)
test_timezone_LDADD = $(DATETIME_PANEL_LIBS)
test_timezone_CFLAGS = $(DATETIME_PANEL_CFLAGS)
all-local: check-local