Fix: define macros for logging levels
[babeltrace.git] / src / plugins / ctf / common / metadata / Makefile.am
index 4d1c6358251fee61414d922d16091df772cb194f..d37b3835a590d43f540108a07975b904ed1f1d62 100644 (file)
@@ -19,6 +19,7 @@ libctf_ast_la_SOURCES = \
        ast.h \
        objstack.h \
        parser.h \
+       parser-wrap.h \
        scanner.h \
        scanner-symbols.h \
        decoder.c \
@@ -42,7 +43,7 @@ libctf_ast_la_SOURCES = \
        ctf-meta-configure-ir-trace.h
 
 if BABELTRACE_BUILD_WITH_MINGW
-libctf_ast_la_LIBADD = -lintl -liconv -lole32 $(POPT_LIBS)
+libctf_ast_la_LIBADD = -lintl -liconv -lole32
 endif
 
 # start with empty files to clean
This page took 0.023824 seconds and 4 git commands to generate.