]> git.mxchange.org Git - flightgear.git/blob - Astro/Makefile.am
Tweaks to Gnu automake/autoconf system.
[flightgear.git] / Astro / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libAstro.la
4 libAstro_la_SOURCES = \
5         moon.c moon.h \
6         orbits.c orbits.h \
7         planets.c planets.h \
8         sky.c sky.h \
9         stars.c stars.h \
10         sun.c sun.h
11
12 INCLUDES += -I..