remove EXTRA_DATA (as of autoconf 2.13/automake 1.4)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5435 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-02-27 18:46:20 +00:00
parent 854566f965
commit 7f2676abf9
2 changed files with 8 additions and 3 deletions

View File

@@ -35,9 +35,14 @@ foo_DATA = \
xdbm.h \
@EXTRA_HDRS@
EXTRA_DATA = err.h fnmatch.h glob.h
# EXTRA_DATA = err.h
CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \
noinst_HEADERS = @NOINST_HDRS@
EXTRA_HEADERS = fnmatch.h glob.h
CLEANFILES = $(foo_DATA) $(noinst_DATA) asn1.h asn1_err.h hdb_asn1.h \
hdb_err.h heim_err.h \
krb5_err.h roken.h
krb5-types.h: bits

View File

@@ -46,7 +46,7 @@ endif # AIX
lib_LIBRARIES = $(AFSLIBS)
foodir = $(libdir)
foo_DATA = $(AFS_EXTRA_LIBS)
EXTRA_DATA = afslib.so
# EXTRA_DATA = afslib.so
CLEANFILES= $(AFS_EXTRA_LIBS)