Remove popt from project's dependencies
[babeltrace.git] / src / cli / Makefile.am
index 338a85faa8c1060425fbe8d54dba98e01c79974c..0f0884af379186c65ac076f40085a58cb73efacb 100644 (file)
@@ -59,8 +59,7 @@ babeltrace2_bin_LDADD = \
        $(top_builddir)/src/compat/libcompat.la \
        $(top_builddir)/src/common/libbabeltrace2-common.la \
        $(top_builddir)/src/logging/libbabeltrace2-logging.la \
-       $(top_builddir)/src/ctfser/libbabeltrace2-ctfser.la \
-       $(POPT_LIBS)
+       $(top_builddir)/src/ctfser/libbabeltrace2-ctfser.la
 
 if ENABLE_BUILT_IN_PLUGINS
 # Takes a plugin name and outputs the needed LDFLAGS to embed it.
This page took 0.02358 seconds and 4 git commands to generate.