inherit cflags

This commit is contained in:
Axel Kittenberger 2010-11-29 15:01:24 +00:00
parent 138048861f
commit 29348c4d93
1 changed files with 1 additions and 1 deletions

View File

@ -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