Fix Makefile.am files regarding headers
[babeltrace.git] / plugins / ctf / common / btr / Makefile.am
index e916266e630fb63b4d534eb9693f5b3a3613d51f..4ad2b0ee6d5f2298a1b3152ee273b7e88444db0d 100644 (file)
@@ -1,5 +1,7 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-noinst_HEADERS = btr.h
 noinst_LTLIBRARIES = libctf-btr.la
-libctf_btr_la_SOURCES = btr.c
+libctf_btr_la_SOURCES = \
+       btr.c \
+       btr.h \
+       print.h
This page took 0.023414 seconds and 4 git commands to generate.