Add SRCS to EXTRA_DIST

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22299 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-14 06:39:19 +00:00
parent 7de3df5578
commit 1f1445b362

View File

@@ -35,13 +35,12 @@ MOD = pam_krb4.so
endif
EXTRA_DIST = pam.conf.add
foodir = $(libdir)
foo_DATA = $(MOD)
LDFLAGS = @LDFLAGS@
SRCS = pam.c
OBJS = pam.o
pam_krb4.so: $(OBJS)
@@ -66,3 +65,5 @@ SUFFIXES += .c .o
$(DEFS) $(DEFAULT_AM_CPPFLAGS) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
-c `test -f '$<' || echo '$(srcdir)/'`$<
EXTRA_DIST = pam.conf.add $(SRCS)