Fix: Add POPT_CFLAGS to lttng_CFLAGS
[lttng-tools.git] / src / bin / lttng / Makefile.am
index 1a6977eb5fb38e4b6aebd40ba60f4575e79d7935..599170f4198f4fc9718fa67358fb73d447e2e62a 100644 (file)
@@ -25,6 +25,8 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \
                                commands/help.c \
                                utils.c utils.h lttng.c
 
+lttng_CFLAGS = $(AM_CFLAGS) $(POPT_CFLAGS)
+
 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
                        $(top_builddir)/src/common/libcommon.la \
                        $(top_builddir)/src/common/config/libconfig.la \
This page took 0.023989 seconds and 4 git commands to generate.