fix control flow with filter by cpu
[lttv.git] / ltt / branches / poly / lttv / modules / gui / tracecontrol / Makefile.am
index 091f02a4aebaef876ea250b6eefe93ed969bb310..cc7e08eff3168754c2d356c7532efb54a1b50dca 100644 (file)
@@ -8,7 +8,7 @@ AM_CFLAGS = $(GLIB_CFLAGS)
 AM_CFLAGS += $(GTK_CFLAGS)
 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 += $(GTK_LIBS) -L${top_builddir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
 LIBS += $(UTIL_LIBS)
 
 libdir = ${lttvplugindir}
@@ -18,6 +18,7 @@ libguitracecontrol_la_LDFLAGS = -module
 libguitracecontrol_la_SOURCES = tracecontrol.c
 
 EXTRA_DIST = \
-    hTraceControlInsert.xpm
+    hTraceControlInsert.xpm TraceControlStart.xpm TraceControlPause.xpm \
+               TraceControlStop.xpm
     
 
This page took 0.033407 seconds and 4 git commands to generate.