~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/Network/HLA/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ove Kaaven
  • Date: 2011-09-03 22:16:12 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20110903221612-2cjy0z7ztj5nkln5
Tags: 2.4.0-1
* New upstream release. Closes: #638588.
* Build-Depend on OpenSceneGraph 3.0, and the Subversion library.
* Recommend fgfs-scenery-base.
* Enable parallel builds (shorter compile times on multicore CPUs).
* Removed hack that tried to build without optimizations if
  building with optimizations fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libFGHLA.a
 
2
 
 
3
libFGHLA_a_SOURCES = \
 
4
        hla.cxx hla.hxx
 
5
 
 
6
libFGHLA_a_CPPFLAGS = $(HLA_CPPFLAGS)
 
7
 
 
8
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src