One EXTRA_DIST is enought, from dave love.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22304 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-14 12:18:18 +00:00
parent 22d52024c1
commit b8586bdd95

View File

@@ -66,11 +66,6 @@ MOD = libsia_krb4.so
endif endif
EXTRA_DIST = sia.c sia_locl.h posix_getpw.c \
krb4_matrix.conf krb4+c2_matrix.conf \
krb5_matrix.conf krb5+c2_matrix.conf \
security.patch
foodir = $(libdir) foodir = $(libdir)
foo_DATA = $(MOD) foo_DATA = $(MOD)
@@ -114,4 +109,8 @@ SUFFIXES += .c .o
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
-c `test -f '$<' || echo '$(srcdir)/'`$< -c `test -f '$<' || echo '$(srcdir)/'`$<
EXTRA_DIST = make-rpath $(SRCS) EXTRA_DIST = sia.c sia_locl.h posix_getpw.c \
krb4_matrix.conf krb4+c2_matrix.conf \
krb5_matrix.conf krb5+c2_matrix.conf \
security.patch \
make-rpath $(SRCS)