git-svn-id: http://ltt.polymtl.ca/svn@496 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
index f92fa54cc6ccd1532b5d19aba45afd2adb18ac97..9f26d16ebbc504c0f19c31e60a8bc66ba83094d7 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 = main modules
 
This page took 0.023335 seconds and 4 git commands to generate.