repo.or.cz
/
libastrodb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
table: astro_object - added union for char designation.
[libastrodb.git]
/
src
/
Makefile.am
blob
7026cfca1f74e10d6245c9858019e80e8b655cd3
1
SUBDIRS = libastrodb
2
3
AM_CFLAGS = -g
4
5
lib_LTLIBRARIES = libastrodb.la
6
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
20
21
libastrodb_la_LDFLAGS = \
22
-version-info $(LT_VERSION) \
23
-release $(LT_RELEASE)
24
-export-dynamic