Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / text / pretty / Makefile.am
index badc92a9eb252d91a3b7c5e071347f122f615c56..7d990aa04e086929bfb2a4f9d7357f61088e7081 100644 (file)
@@ -1,6 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
-
-SUBDIRS = .
+AM_CPPFLAGS += -I$(top_srcdir)/plugins
 
 noinst_LTLIBRARIES = libbabeltrace-plugin-text-pretty-cc.la
 
@@ -9,6 +7,3 @@ libbabeltrace_plugin_text_pretty_cc_la_SOURCES = \
        pretty.c \
        print.c \
        pretty.h
-
-libbabeltrace_plugin_text_pretty_cc_la_LIBADD = \
-       $(top_builddir)/common/libbabeltrace-common.la
This page took 0.026121 seconds and 4 git commands to generate.