replace INCLUDES with AM_CPPFLAGS

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14164 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-08-26 11:55:29 +00:00
parent aa94e9451e
commit 0624b4457e
33 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
include $(top_srcdir)/Makefile.am.common
INCLUDES += -I../asn1 -I$(srcdir)/../asn1 $(INCLUDE_des)
AM_CPPFLAGS += -I../asn1 -I$(srcdir)/../asn1 $(INCLUDE_des)
BUILT_SOURCES = \
$(foo:.x=.c) \
@@ -59,7 +59,7 @@ libhdb_la_SOURCES = \
$(hdb_source) \
$(BUILT_SOURCES)
INCLUDES += $(INCLUDE_openldap)
AM_CPPFLAGS += $(INCLUDE_openldap)
include_HEADERS = hdb.h hdb_err.h hdb_asn1.h hdb-protos.h hdb-private.h