Converting to Gnu autoconf system.
This commit is contained in:
12
Astro/Makefile.am
Normal file
12
Astro/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
libdir = ${exec_prefix}/lib
|
||||
|
||||
lib_LTLIBRARIES = libAstro.la
|
||||
libAstro_la_SOURCES = \
|
||||
moon.c \
|
||||
orbits.c \
|
||||
planets.c \
|
||||
sky.c \
|
||||
stars.c \
|
||||
sun.c
|
||||
|
||||
INCLUDES += -I..
|
||||
Reference in New Issue
Block a user