stats major rework, with addition of function support
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
index f92fa54cc6ccd1532b5d19aba45afd2adb18ac97..8370b90af5cb6604b9916a66d9251bc6e6aa9b1f 100644 (file)
@@ -1,14 +1,4 @@
-AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
-
-bin_PROGRAMS = lttv
-
-lttv_SOURCES = main/main.c mainLib/module.c mainLib/option.c \
-               mainLib/hook.c mainLib/attribute.c \
-               mainLib/iattribute.c mainLib/processTrace.c \
-                                                        mainLib/state.c mainLib/stats.c mainLib/traceset.c
-
-# WARNING : must be done at the end, so modules can dynamically link themselves
-# to libraries compiled here but not installed in the system.
-SUBDIRS = modules
+# WARNING : modules must be done at the end, so modules can dynamically link
+# themselves to libraries compiled here but not installed in the system.
+SUBDIRS = lttv modules
 
This page took 0.023786 seconds and 4 git commands to generate.