Skip to content

Commit 7d06c37

Browse files
committed
Use AM_CPPFLAGS instead of INCLUDES
INCLUDES is old.
1 parent 73d3b6c commit 7d06c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ noinst_PROGRAMS = encode listcap names posix simple sql syntax scan crnl
22

33
libname = $(top_builddir)/libonigmo.la
44
LDADD = $(libname)
5-
INCLUDES = -I$(top_srcdir) -I$(includedir)
5+
AM_CPPFLAGS = -I$(top_srcdir) -I$(includedir)
66

77
encode_SOURCES = encode.c
88
listcap_SOURCES = listcap.c

0 commit comments

Comments
 (0)