Remove deprecated INCLUDES in Makefile.am
[lttv.git] / lttv / lttv / Makefile.am
index 74b3b03dacbe78bda7ae488417e716be8e8b47f8..d7130932c09d36460e6ea7aab35e056a035c5569 100644 (file)
@@ -1,4 +1,5 @@
-SUBDIRS= sync
+#BABEL_CLEANUP
+#SUBDIRS= sync
 
 AM_CFLAGS= $(PACKAGE_CFLAGS)
 LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS)
@@ -32,7 +33,7 @@ lttv-gui: lttv-gui.sh
        chmod ugo+x lttv-gui
 
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
        $(DEFAULT_INCLUDES)
 
@@ -56,9 +57,7 @@ lttv_real_SOURCES = \
        traceset.c\
        traceset-process.c\
        print.c\
-       compiler.h\
-       event.c\
-       time.h
+       event.c
 #      sync/sync_chain.c\
        sync/sync_chain.h\
        sync/sync_chain_lttv.c\
@@ -106,7 +105,10 @@ lttvinclude_HEADERS = \
        traceset.h\
        filter.h\
        print.h\
-       event.h
+       compiler.h\
+       time.h\
+       event.h\
+       trace.h
 
 #man_MANS = lttv.1
 #EXTRA_DIST = lttv.1
This page took 0.022647 seconds and 4 git commands to generate.