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

« back to all changes in this revision

Viewing changes to src/Cockpit/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 = libCockpit.a
 
2
 
 
3
libCockpit_a_SOURCES = \
 
4
        cockpit.cxx cockpit.hxx \
 
5
        hud.cxx hud.hxx hud_opts.hxx \
 
6
        hud_card.cxx hud_dnst.cxx hud_gaug.cxx hud_inst.cxx \
 
7
        hud_labl.cxx hud_ladr.cxx \
 
8
        hud_lat.cxx hud_lon.cxx \
 
9
        hud_scal.cxx hud_tbi.cxx \
 
10
        panel.cxx panel.hxx \
 
11
        panel_io.cxx panel_io.hxx \
 
12
        radiostack.cxx radiostack.hxx \
 
13
        steam.cxx steam.hxx
 
14
 
 
15
if OLD_AUTOMAKE
 
16
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
 
17
else
 
18
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
19
endif