1
0
Fork 0
flightgear/Scenery/Makefile.am

13 lines
252 B
Text
Raw Normal View History

noinst_LIBRARIES = libScenery.a
1998-05-23 14:49:58 +00:00
libScenery_a_SOURCES = \
1998-05-23 14:49:58 +00:00
scenery.cxx scenery.hxx \
tile.cxx tile.hxx \
tilecache.cxx tilecache.hxx \
tilemgr.cxx tilemgr.hxx
INCLUDES += \
-I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Simulator