Skip to content

Commit

Permalink
build: Fix autoreconf warning
Browse files Browse the repository at this point in the history
Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  • Loading branch information
hadess committed Sep 17, 2016
1 parent 3214e78 commit a6bd932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDIRS = tools man

INCLUDES = $(top_srcdir)/include/
AM_CPPFLAGS = $(top_srcdir)/include/

.PHONY: ChangeLog INSTALL
INSTALL:
Expand Down

0 comments on commit a6bd932

Please sign in to comment.