X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2FMakefile.am;fp=converter%2FMakefile.am;h=eb3b8043a95691f13295fe60f23863c0dc9d9587;hp=35c64ec5df7a923bf24151410f0bb3c1f9043135;hb=5a3ee633fdd379e8acf7535f0ba91fb05234a36a;hpb=feb5fe23a635825a74165977d7e6e4389d052e8d diff --git a/converter/Makefile.am b/converter/Makefile.am index 35c64ec5..eb3b8043 100644 --- a/converter/Makefile.am +++ b/converter/Makefile.am @@ -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)/trimmer:$(PLUGINS_PATH)/writer\" AM_LDFLAGS = -lpopt bin_PROGRAMS = babeltrace.bin babeltrace-log