1
0
Fork 0
flightgear/Astro/Makefile.am
1998-04-22 13:21:26 +00:00

12 lines
296 B
Makefile

libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libAstro.la
libAstro_la_SOURCES = \
moon.cxx moon.hxx \
orbits.cxx orbits.hxx \
planets.cxx planets.hxx \
sky.cxx sky.hxx \
stars.cxx stars.hxx \
sun.cxx sun.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator