Cleanup: popt library detection
[babeltrace.git] / plugins / ctf / common / metadata / Makefile.am
index fa8b34186f268e921bf7aa826f61679a60fa151a..8c6e877913718b22d0f79a6ecd6d58e071c66a93 100644 (file)
@@ -36,7 +36,7 @@ libctf_ast_la_LIBADD += -lc
 endif
 
 if BABELTRACE_BUILD_WITH_MINGW
-libctf_ast_la_LIBADD += -lrpcrt4 -lintl -liconv -lole32 -lpopt
+libctf_ast_la_LIBADD += -lrpcrt4 -lintl -liconv -lole32 $(POPT_LIBS)
 endif
 
 CLEANFILES = $(BUILT_SOURCES) parser.output
This page took 0.028007 seconds and 4 git commands to generate.