X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=cfb935c5ad2b2dc6d43c088478f95fdbc8002f43;hp=8a74b728249afe4b5c22d2336a83eb8bc37906da;hb=0ae3cfc61fedae38ef31fe5a99458c4f2161c3b5;hpb=20a01d1592c8e83d2dfe51cbd192857537ae7d4e diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 8a74b7282..cfb935c5a 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -4,6 +4,7 @@ AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = \ string-utils \ + bytecode \ filter \ argpar @@ -24,6 +25,7 @@ DIST_SUBDIRS = \ consumer \ string-utils \ fd-tracker \ + bytecode \ filter \ argpar @@ -98,6 +100,7 @@ libcommon_la_SOURCES += \ endif libcommon_la_LIBADD = \ + $(top_builddir)/src/common/bytecode/libbytecode.la \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/compat/libcompat.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \