1
0
Fork 0
flightgear/Astro/Makefile.am

13 lines
272 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 moon.h \
orbits.c orbits.h \
planets.c planets.h \
sky.c sky.h \
stars.c stars.h \
sun.c sun.h
1998-04-03 21:50:53 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator