diff options
Diffstat (limited to 'plpftp/Makefile.am')
-rw-r--r-- | plpftp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am index 9e62577..3963811 100644 --- a/plpftp/Makefile.am +++ b/plpftp/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/intl +AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl bin_PROGRAMS = plpftp plpftp_LDADD = $(LIB_PLP) $(LIBREADLINE) $(LIBHISTORY) $(INTLLIBS) |