Remove component prefix from graph, connection and port filenames
[babeltrace.git] / converter / Makefile.am
index 35c64ec5df7a923bf24151410f0bb3c1f9043135..5e88fb0ba70039962cf6dc0703b511b24cb00c8f 100644 (file)
@@ -1,6 +1,6 @@
+PLUGINS_PATH = $(abs_top_builddir)/plugins
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include \
-               -DINSTALL_LIBDIR=\"$(libdir)\" \
-               -DCONFIG_IN_TREE_PLUGIN_DIR=\"$(abs_top_builddir)/plugins/\"
+               -DCONFIG_IN_TREE_PLUGIN_PATH=\"$(PLUGINS_PATH)/ctf:$(PLUGINS_PATH)/text:$(PLUGINS_PATH)/muxer:$(PLUGINS_PATH)/writer:$(PLUGINS_PATH)/utils\"
 AM_LDFLAGS = -lpopt
 
 bin_PROGRAMS = babeltrace.bin babeltrace-log
@@ -12,7 +12,9 @@ babeltrace_bin_SOURCES = \
        babeltrace-cfg.c \
        babeltrace-cfg.h \
        default-cfg.h \
-       default-cfg.c
+       default-cfg.c \
+       babeltrace-cfg-connect.h \
+       babeltrace-cfg-connect.c
 
 # -Wl,--no-as-needed is needed for recent gold linker who seems to think
 # it knows better and considers libraries with constructors having
This page took 0.039002 seconds and 4 git commands to generate.