]> git.mxchange.org Git - simgear.git/blob - simgear/sky/Makefile.am
Minor fiddling with material properties *trying* to chase down a visual bug
[simgear.git] / simgear / sky / Makefile.am
1 noinst_LIBRARIES = libSky.a
2
3 libSky_a_SOURCES = \
4         dome.cxx dome.hxx \
5         moon.cxx moon.hxx \
6         oursun.cxx oursun.hxx \
7         sky.cxx sky.hxx \
8         sphere.cxx sphere.hxx \
9         stars.cxx stars.hxx
10
11 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src