Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / plugins / muxer / Makefile.am
index a142a856f96b0c6ca0e28bd7b8e009ae663156ae..156e375c8cb8c6c63fdb5eff44d6773c927dadef 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
 
 SUBDIRS = .
 
@@ -6,11 +6,11 @@ plugindir = "$(PLUGINSDIR)"
 plugin_LTLIBRARIES = libbabeltrace-plugin-muxer.la
 
 libbabeltrace_plugin_muxer_la_SOURCES = \
-       muxer.h muxer.c
+       muxer.c \
+       muxer.h
 
 libbabeltrace_plugin_muxer_la_LDFLAGS = \
        -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_plugin_muxer_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la \
-       $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
+       $(top_builddir)/lib/libbabeltrace.la
This page took 0.024218 seconds and 4 git commands to generate.