~ubuntu-branches/ubuntu/quantal/flightgear/quantal

« back to all changes in this revision

Viewing changes to src/Scenery/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2002-03-27 21:50:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020327215015-0rvi3o8iml0a8s93
Tags: upstream-0.7.9
ImportĀ upstreamĀ versionĀ 0.7.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libScenery.a
 
2
 
 
3
libScenery_a_SOURCES = \
 
4
        FGTileLoader.cxx FGTileLoader.hxx \
 
5
        hitlist.cxx hitlist.hxx \
 
6
        newcache.cxx newcache.hxx \
 
7
        scenery.cxx scenery.hxx \
 
8
        tileentry.cxx tileentry.hxx \
 
9
        tilemgr.cxx tilemgr.hxx
 
10
 
 
11
if OLD_AUTOMAKE
 
12
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
 
13
else
 
14
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
15
endif