X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fwriter%2FMakefile.am;h=5b219e334c64e30abfad1f461469b85c27d855c5;hp=d2e23a77b3d0fad8dbf3c0d491f02df7c1818dfa;hb=91b7300484fbb379a7ec769fe29a09ea63dda018;hpb=c3c35de4da25b506dd423e74706ee302cc0d7e39 diff --git a/plugins/writer/Makefile.am b/plugins/writer/Makefile.am index d2e23a77..5b219e33 100644 --- a/plugins/writer/Makefile.am +++ b/plugins/writer/Makefile.am @@ -1,4 +1,5 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins \ + -I$(top_srcdir)/plugins/libctfcopytrace SUBDIRS = . @@ -15,4 +16,7 @@ libbabeltrace_plugin_ctf_writer_la_LDFLAGS = \ -version-info $(BABELTRACE_LIBRARY_VERSION) libbabeltrace_plugin_ctf_writer_la_LIBADD = \ - $(top_builddir)/lib/libbabeltrace.la + $(top_builddir)/lib/libbabeltrace.la \ + $(top_builddir)/plugins/libctfcopytrace/libctfcopytrace.la + +noinst_HEADERS = writer.h