summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f130a0b..8101e2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = xhost
xhost_SOURCES = xhost.c
-xhost_CFLAGS = @XHOST_CFLAGS@
+AM_CFLAGS = @XHOST_CFLAGS@
xhost_LDADD = @XHOST_LIBS@