Fix: null check after deref, use uninitialized or freed variable
[babeltrace.git] / plugins / text / Makefile.am
index 5261f98824afcb95a11cecf1ccee80432d3f5530..3dc5f3be6ea463446d81e61adbec8423181f9ed9 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+AM_CPPFLAGS += -I$(top_srcdir)/plugins
 
 SUBDIRS = pretty dmesg .
 
@@ -14,7 +14,7 @@ babeltrace_plugin_text_la_LIBADD = \
        pretty/libbabeltrace-plugin-text-pretty-cc.la \
        dmesg/libbabeltrace-plugin-text-dmesg-cc.la
 
-if !BUILT_IN_PLUGINS
+if !ENABLE_BUILT_IN_PLUGINS
 babeltrace_plugin_text_la_LIBADD += \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/common/libbabeltrace-common.la \
This page took 0.026619 seconds and 4 git commands to generate.