From 29348c4d93e1b8bac0c5cc5a8e959c5e09001b31 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Mon, 29 Nov 2010 15:01:24 +0000 Subject: [PATCH] inherit cflags --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ff552d2..f17071f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -CFLAGS = -Wall $(LUA_CFLAGS) +CFLAGS += -Wall $(LUA_CFLAGS) bin_PROGRAMS = lsyncd lsyncd_SOURCES = lsyncd.h lsyncd.c lsyncd.lua if INOTIFY