1
0
Fork 0
flightgear/Astro/Makefile.am

13 lines
163 B
Text
Raw Normal View History

1998-04-03 21:50:53 +00:00
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..