1
0
Fork 0
flightgear/src/Scenery/Makefile.am

10 lines
225 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 \
tilecache.cxx tilecache.hxx \
tileentry.cxx tileentry.hxx \
1998-05-23 14:49:58 +00:00
tilemgr.cxx tilemgr.hxx
2000-02-15 03:30:01 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src