still some work to do on the trace control
[lttv.git] / ltt / branches / poly / lttv / modules / gui / tracecontrol / Makefile.am
index d08bcebead43828bb2d8fabc4711473d5e1c1f8f..091f02a4aebaef876ea250b6eefe93ed969bb310 100644 (file)
@@ -6,9 +6,10 @@
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
-AM_CFLAGS += -DPACKAGE_DATA_DIR=\""$(datadir)"\"
+AM_CFLAGS += -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
 LIBS += $(GLIB_LIBS)
 LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
+LIBS += $(UTIL_LIBS)
 
 libdir = ${lttvplugindir}
 
This page took 0.022026 seconds and 4 git commands to generate.