Add missing permission notice in each source file
[babeltrace.git] / formats / ctf-text / types / Makefile.am
index 604293e69947b74f54f9bb33e856d3b27aed1cca..71796f9c75b0bed3d5cd9da41d6a07225d1a9f85 100644 (file)
@@ -1,6 +1,6 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libctf-text-types.la
+noinst_LTLIBRARIES = libctf-text-types.la
 
 libctf_text_types_la_SOURCES = \
        array.c \
@@ -11,3 +11,6 @@ libctf_text_types_la_SOURCES = \
        string.c \
        struct.c \
        variant.c
+
+libctf_text_types_la_LIBADD = \
+       $(top_builddir)/lib/libbabeltrace.la
This page took 0.023387 seconds and 4 git commands to generate.