add support for block devices in restore_init_state()
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
index 0f1941d75b44d021810b5ac464a872428ed41cd0..8e473bb2459e2c8db5ca81b5205f402243de2cde 100644 (file)
@@ -1,13 +1,5 @@
-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
 
-AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS)
-
-bin_PROGRAMS = tracevisualizer
-
-#AM_CPPFLAGS = \
-#      -I$(top_srcdir)/include
-#INCLUDES=$(top_srcdir)/include
-
-tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \
-                attribute.h lttv.h option.h trace.h
+modules_CFLAGS = -fvisibility=hidden
This page took 0.025861 seconds and 4 git commands to generate.