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:
parent
a2fa77302b
commit
a6128f0468
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue