counter-config.h should be private
[lttng-ust.git] / libcounter / Makefile.am
index e716b085a6717f7943030b096a7e6fb7eb3da06a..6407d7adaa2a7a0d2795a39b8f149708521e369f 100644 (file)
@@ -7,7 +7,8 @@ noinst_LTLIBRARIES = libcounter.la
 
 libcounter_la_SOURCES = \
        counter.c smp.c smp.h shm.c shm.h shm_internal.h shm_types.h \
-       counter-api.h counter.h counter-internal.h counter-types.h
+       counter-api.h counter.h counter-internal.h counter-types.h \
+       counter-config.h
 
 libcounter_la_LIBADD = \
        -lpthread \
This page took 0.023185 seconds and 4 git commands to generate.