[gnome-control-center] datetime: Make test-timezone link for some setups



commit a6128f0468f24928fee84c5dfc65013fed6db213
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 21 19:38:05 2011 +0000

    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.

 panels/datetime/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/datetime/Makefile.am b/panels/datetime/Makefile.am
index 54eb21f..bbf6334 100644
--- a/panels/datetime/Makefile.am
+++ b/panels/datetime/Makefile.am
@@ -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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]