X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;fp=src%2Fcommon%2FMakefile.am;h=a12edcb58681ca2769ab9053ea870e79e8ed8397;hp=48e18f311c1f242ae5eff38d6e3767dc2178c39e;hb=3299fd310c0fab63e912004cdd404d586f936f9e;hpb=9730eb85b37e03a16008bbfc93dcb3a4b26ce934 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 48e18f311..a12edcb58 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -7,6 +7,7 @@ SUBDIRS = \ bytecode \ compat \ config \ + ini-config \ fd-tracker \ string-utils \ filter \ @@ -26,6 +27,7 @@ DIST_SUBDIRS = \ testpoint \ index \ config \ + ini-config \ consumer \ string-utils \ fd-tracker \ @@ -118,6 +120,7 @@ endif libcommon_la_LIBADD = \ $(top_builddir)/src/common/bytecode/libbytecode.la \ $(top_builddir)/src/common/config/libconfig.la \ + $(top_builddir)/src/common/ini-config/libini-config.la \ $(top_builddir)/src/common/compat/libcompat.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \ $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \