Made some more tweaks so make dist generates a working distribution

This commit is contained in:
2013-09-10 02:52:03 +02:00
parent 64ef4d5608
commit 18b5390a33
6 changed files with 27 additions and 2 deletions

View File

@@ -2,3 +2,24 @@ lib_LTLIBRARIES = libswe-1.75.la
libswe_1_75_la_SOURCES = swedate.c swehouse.c swejpl.c swemmoon.c swemplan.c swepcalc.c sweph.c swepdate.c swephlib.c swecl.c swehel.c
libswe_1_75_la_CFLAGS = $(CFLAGS) -Wall
libswe_1_75_la_LIBADD = $(LIBS)
EXTRA_DIST = \
LICENSE \
README \
swemptab.c \
swedate.h \
swedll.h \
swehouse.h \
swejpl.h \
swenut2000a.h \
sweodef.h \
swepcalc.h \
swephexp.h \
sweph.h \
swephlib.h \
fixstars.cat \
sedeltat.txt.inactive \
sefstars.txt \
seleapsec.txt \
seorbel.txt \
$(NULL)