Skip to content

Commit

Permalink
build: use AM_CPPFLAGS instead of INCLUDES
Browse files Browse the repository at this point in the history
  • Loading branch information
fghaas committed May 29, 2012
1 parent eb453b8 commit 01da7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in

AM_CFLAGS = -fPIC -Werror

INCLUDES = -I$(top_builddir)/include
AM_CPPFLAGS = -I$(top_builddir)/include

sbin_PROGRAMS = boothd

Expand Down

0 comments on commit 01da7ee

Please sign in to comment.