CLI: Import argpar
[lttng-tools.git] / src / common / Makefile.am
index bbddbe7ebffc03e8b41953056e0748280c2ddd3b..8a74b728249afe4b5c22d2336a83eb8bc37906da 100644 (file)
@@ -2,7 +2,10 @@
 
 AUTOMAKE_OPTIONS = subdir-objects
 
 
 AUTOMAKE_OPTIONS = subdir-objects
 
-SUBDIRS = string-utils filter
+SUBDIRS = \
+       string-utils \
+       filter \
+       argpar
 
 # Make sure to always distribute all folders
 # since SUBDIRS is decided at configure time.
 
 # Make sure to always distribute all folders
 # since SUBDIRS is decided at configure time.
@@ -21,7 +24,9 @@ DIST_SUBDIRS = \
        consumer \
        string-utils \
        fd-tracker \
        consumer \
        string-utils \
        fd-tracker \
-       filter
+       filter \
+       argpar
+
 # Common library
 noinst_LTLIBRARIES = libcommon.la
 EXTRA_DIST = mi-lttng-4.0.xsd
 # Common library
 noinst_LTLIBRARIES = libcommon.la
 EXTRA_DIST = mi-lttng-4.0.xsd
This page took 0.02306 seconds and 4 git commands to generate.