Fix: Add POPT_CFLAGS to lttng_CFLAGS
[lttng-tools.git] / src / bin / lttng / Makefile.am
index b0e1247d2ecac70f95ea8698e9f8cc6a73f76380..62ae059374063e0aa010b9bb921da7d8ace07fb7 100644 (file)
@@ -28,6 +28,8 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \
                                commands/disable_rotation.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.023855 seconds and 5 git commands to generate.