Fixed datafiles installation problems

This commit is contained in:
Gergely Polonkai 2013-09-06 11:08:48 +02:00
parent fa9afca13f
commit c89d08d04e
2 changed files with 6 additions and 1 deletions

View File

@ -43,6 +43,7 @@ AC_CONFIG_FILES([
Makefile
swe/src/Makefile
src/Makefile
data/Makefile
po/Makefile.in
docs/reference/swe-glib/Makefile
swe-glib.pc

View File

@ -1,4 +1,5 @@
EXTRA_DIST = \
swephdir = $(pkgdatadir)
sweph_DATA = \
sweph-data/seas_00.se1 \
sweph-data/seas_06.se1 \
sweph-data/seas_12.se1 \
@ -54,3 +55,6 @@ EXTRA_DIST = \
sweph-data/seplm48.se1 \
sweph-data/seplm54.se1 \
$(NULL)
EXTRA_DIST = $(sweph_DATA)