Add cflags.

SVN revision: 28767
This commit is contained in:
titan 2007-03-16 06:01:44 +00:00 committed by titan
parent 6c3c399d8d
commit cc66b2d254
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ephoto_SOURCES = ephoto.c \
ephoto_slideshow.c \
ephoto_utils.c
ephoto_CFLAGS = @ewl_cflags@ -Wall -Werror
ephoto_CFLAGS = @ewl_cflags@ @SQLITE_CFLAGS@ @EXIF_CFLAGS@ -Wall -Werror
ephoto_LDADD = @ewl_libs@ @SQLITE_LIBS@ @EXIF_LIBS@