table: object get - fixed bug in max FOV.
[libastrodb.git] / src / Makefile.am
blob633e6f65b5b89e41c64d029c6dac198ce4383613
1 SUBDIRS = libastrodb
3 AM_CFLAGS = -g
5 lib_LTLIBRARIES = libastrodb.la
7 libastrodb_la_SOURCES = \
8         db.c \
9         astro.c \
10         list.c \
11         search.c \
12         deep.c \
13         readme.c \
14         library.c \
15         table.c \
16         wget.c \
17         gunzip.c \
18         table_fops.c \
19         table_scan.c \
20         table_get.c \
21         table_insert.c
23 libastrodb_la_LDFLAGS = \
24         -version-info $(LT_VERSION) \
25         -release $(LT_RELEASE) 
26         -export-dynamic