Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / main / Makefile.am
index 24d8bc2aa4d11fc961789dd7ea662eee63ff837f..4c891fc368d65d1819ff14ed0a971d0d5d8042f3 100644 (file)
@@ -3,8 +3,15 @@ LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
 
 bin_PROGRAMS = lttv
 
+INCLUDES = \
+       -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
+       @PACKAGE_CFLAGS@ \
+       $(DEFAULT_INCLUDES)
+
+libdir = ${lttvplugindir}
+
 lttv_SOURCES = main.c module.c option.c \
                hook.c attribute.c \
                iattribute.c processTrace.c \
-                                                        state.c stats.c traceset.c
+              state.c stats.c traceset.c
 
This page took 0.023466 seconds and 4 git commands to generate.