Text mode clock synchronization
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
index be552644bccfd4759af3d1a3f14c0c103d31136f..00e417742fce4bb2f40694585a2da2ef30333e23 100644 (file)
@@ -1,16 +1,10 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CFLAGS = $(GLIB_CFLAGS) 
-AM_CFLAGS += $(GTK_CFLAGS)
-AM_CFLAGS += -fvisibility=hidden
-LIBS += $(GLIB_LIBS)
-LIBS += $(THREAD_LIBS)
-LIBS += $(GTK_LIBS)
+include ../../common.am
 
 INCLUDES = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-       @PACKAGE_CFLAGS@ \
        $(DEFAULT_INCLUDES)
 
 #libdir = ${lttvplugindir}
@@ -45,5 +39,3 @@ lttvwindowinclude_HEADERS = \
        lttv_plugin_tab.h \
        lttv_plugin.h
 
-liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
-
This page took 0.027009 seconds and 4 git commands to generate.