repo.or.cz
/
nova.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
catalogs: updated to new libastro API.
[nova.git]
/
catalogs
/
Makefile.am
blob
fdde21cffd02147db826b9a4d6ba65e375bdd9c4
1
bin_PROGRAMS = sky2kv4
2
3
sky2kv4_SOURCES = \
4
sky2kv4.c
5
6
AM_CFLAGS = $(NOVA_CFLAGS) -Wall -I../src/objects -I../src/db -I../src/sky -L../src/objects
7
8
sky2kv4_LDADD = ../src/objects/libobjects.a $(NOVA_LIBS)
9
10
install-data-local:
11
./sky2kv4 $(NOVA_CATALOG_DIR)
12
chmod -R 755 $(NOVA_CATALOG_DIR)