remove include_dir hack
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5608 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -124,9 +124,7 @@ TESTS = check-der
|
||||
|
||||
CLEANFILES = lex.c parse.c parse.h asn1.h $(BUILT_SOURCES) $(foo) asn1_files
|
||||
|
||||
include__DATA = asn1.h asn1_err.h
|
||||
|
||||
include_HEADERS = der.h
|
||||
include_HEADERS = asn1.h asn1_err.h der.h
|
||||
|
||||
lex.lo: parse.h
|
||||
|
||||
|
||||
+1
-2
@@ -23,8 +23,7 @@ lib_LTLIBRARIES = libhdb.la
|
||||
|
||||
libhdb_la_SOURCES = hdb.c common.c db.c ndbm.c $(BUILT_SOURCES)
|
||||
|
||||
include_HEADERS = hdb.h
|
||||
include__DATA = hdb_err.h hdb_asn1.h
|
||||
include_HEADERS = hdb.h hdb_err.h hdb_asn1.h
|
||||
|
||||
libhdb_la_LIBADD =
|
||||
|
||||
|
||||
@@ -104,8 +104,7 @@ man_MANS = krb5.conf.5 krb5_warn.3 krb5_openlog.3 \
|
||||
krb5_425_conv_principal.3 krb5_build_principal.3 krb5_free_principal.3 \
|
||||
krb5_parse_name.3 krb5_sname_to_principal.3 krb5_unparse_name.3
|
||||
|
||||
include_HEADERS = krb5.h krb5-protos.h
|
||||
include__DATA = krb5_err.h heim_err.h
|
||||
include_HEADERS = krb5.h krb5-protos.h krb5_err.h heim_err.h
|
||||
|
||||
CLEANFILES = krb5_err.c krb5_err.h heim_err.c heim_err.h
|
||||
|
||||
|
||||
@@ -109,10 +109,8 @@ libroken_la_LIBADD = @LTLIBOBJS@
|
||||
|
||||
$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h
|
||||
|
||||
include_HEADERS = base64.h getarg.h parse_time.h parse_units.h \
|
||||
resolve.h roken-common.h
|
||||
|
||||
include__DATA = roken.h
|
||||
include_HEADERS = $(err_h) base64.h getarg.h parse_time.h parse_units.h \
|
||||
resolve.h roken.h roken-common.h
|
||||
|
||||
build_HEADERZ = $(err_h) $(fnmatch_h) $(glob_h) xdbm.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user