Rename libcommon.so to libcommon-gpl.so
[lttng-tools.git] / src / common / Makefile.am
index 0885448b5dbccb63d53fd32ee05ea4a90f2bf66a..ba35170d91f672b74276d773ec8cd6ee65334675 100644 (file)
@@ -10,7 +10,8 @@ SUBDIRS = \
        fd-tracker \
        string-utils \
        filter \
-       hashtable
+       hashtable \
+       argpar-utils
 
 # Make sure to always distribute all folders
 # since SUBDIRS is decided at configure time.
@@ -31,13 +32,14 @@ DIST_SUBDIRS = \
        fd-tracker \
        bytecode \
        filter \
-       argpar
+       argpar \
+       argpar-utils
 
 # Common library
-noinst_LTLIBRARIES = libcommon.la
-EXTRA_DIST = mi-lttng-4.0.xsd
+noinst_LTLIBRARIES = libcommon-gpl.la
+EXTRA_DIST = mi-lttng-4.1.xsd
 
-libcommon_la_SOURCES = \
+libcommon_gpl_la_SOURCES = \
        actions/action.c \
        actions/list.c \
        actions/notify.c \
@@ -66,7 +68,7 @@ libcommon_la_SOURCES = \
        error-query.c \
        evaluation.c \
        event.c \
-       event-expr-to-bytecode.c event-expr-to-bytecode.h \
+       event-expr/event-expr.c \
        event-field-value.c \
        event-rule/event-rule.c \
        event-rule/kernel-kprobe.c \
@@ -111,11 +113,11 @@ libcommon_la_SOURCES = \
        waiter.c waiter.h
 
 if HAVE_ELF_H
-libcommon_la_SOURCES += \
+libcommon_gpl_la_SOURCES += \
        lttng-elf.c lttng-elf.h
 endif
 
-libcommon_la_LIBADD = \
+libcommon_gpl_la_LIBADD = \
        $(top_builddir)/src/common/bytecode/libbytecode.la \
        $(top_builddir)/src/common/config/libconfig.la \
        $(top_builddir)/src/common/compat/libcompat.la \
@@ -177,7 +179,7 @@ noinst_HEADERS = \
 noinst_PROGRAMS = filter-grammar-test
 filter_grammar_test_SOURCES = filter-grammar-test.c
 filter_grammar_test_LDADD = \
-       libcommon.la
+       libcommon-gpl.la
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.024217 seconds and 4 git commands to generate.