Add SRCS to EXTRA_DIST

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-14 06:40:55 +00:00
parent 1f1445b362
commit 920f0c3c77

View File

@@ -76,6 +76,7 @@ foo_DATA = $(MOD)
LDFLAGS = @LDFLAGS@ -rpath $(libdir) -Wl,-hidden -Wl,-exported_symbol -Wl,siad_\*
SRCS = sia.c posix_getpw.c sia_locl.h
OBJS = sia.o posix_getpw.o
libsia_krb5.so: $(OBJS)
@@ -112,3 +113,5 @@ SUFFIXES += .c .o
$(CC) $(DEFS) $(DEFAULT_AM_CPPFLAGS) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
-c `test -f '$<' || echo '$(srcdir)/'`$<
EXTRA_DIST = make-rpath $(SRCS)