Remove some duplicate code in the build system
[lttv.git] / lttv / lttv / Makefile.am
index 170f4d5bd3d48d35c52538da70cf0435bb7bd1f9..24caa3154fe7382de3b9b2687691e9f6f336887b 100644 (file)
@@ -1,4 +1,5 @@
-AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS= $(PACKAGE_CFLAGS)
+
 LIBS += $(THREAD_LIBS)
 LIBS += $(POPT_LIBS) $(GLIB_LIBS) -lgobject-2.0 -L${top_builddir}/ltt\
           -llttvtraceread
@@ -24,25 +25,10 @@ lttv-gui: lttv-gui.sh
 
 INCLUDES = \
        -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
-       @PACKAGE_CFLAGS@ \
        $(DEFAULT_INCLUDES)
 
 libdir = ${lttvplugindir}
 
-lttvinclude_HEADERS = \
-       attribute.h\
-       hook.h\
-       iattribute.h\
-       lttv.h\
-       module.h\
-       option.h\
-       state.h\
-       stats.h\
-       tracecontext.h\
-       traceset.h\
-       filter.h\
-       print.h
-
 #noinst_HEADERS = \
 #      filter.h
 
This page took 0.024322 seconds and 4 git commands to generate.