SWE Makefile.am fix

This commit is contained in:
Gergely Polonkai 2013-07-09 01:31:58 +02:00
parent e302cf6f89
commit 0103f1f3eb
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
LIBSWE_VERSION = 1:75:0
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 =
libswe_1_75_la_LDFLAGS = -version-info
libswe_1_75_la_LIBADD = $(LIBS)