Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / ctf / common / notif-iter / Makefile.am
index b19d5635495bde492599967ca63de02c75c1a0be..e29d92af469f0e0845b0c7e7b9da23108335c243 100644 (file)
@@ -1,8 +1,7 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS)
-AM_CPPFLAGS =  -I$(top_srcdir)/include
-
 noinst_LTLIBRARIES = libctf-notif-iter.la
 
 libctf_notif_iter_la_SOURCES = \
        notif-iter.c \
-       notif-iter.h
+       notif-iter.h \
+       logging.c \
+       logging.h
This page took 0.023765 seconds and 4 git commands to generate.