table: astro_object - added union for char designation.
[libastrodb.git] / src / Makefile.am
blob7026cfca1f74e10d6245c9858019e80e8b655cd3
1 SUBDIRS = libastrodb
3 AM_CFLAGS = -g
5 lib_LTLIBRARIES = libastrodb.la
7 libastrodb_la_SOURCES = \
8         db.c \
9         list.c \
10         search.c \
11         readme.c \
12         library.c \
13         table.c \
14         wget.c \
15         gunzip.c \
16         table_fops.c \
17         table_scan.c \
18         table_get.c \
19         table_insert.c
21 libastrodb_la_LDFLAGS = \
22         -version-info $(LT_VERSION) \
23         -release $(LT_RELEASE) 
24         -export-dynamic