We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d3b6c commit 7d06c37Copy full SHA for 7d06c37
sample/Makefile.am
@@ -2,7 +2,7 @@ noinst_PROGRAMS = encode listcap names posix simple sql syntax scan crnl
2
3
libname = $(top_builddir)/libonigmo.la
4
LDADD = $(libname)
5
-INCLUDES = -I$(top_srcdir) -I$(includedir)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(includedir)
6
7
encode_SOURCES = encode.c
8
listcap_SOURCES = listcap.c
0 commit comments