]> git.mxchange.org Git - simgear.git/blob - simgear/route/Makefile.am
c45639e59d53696897f91c9442146f81e2a17600
[simgear.git] / simgear / route / Makefile.am
1 includedir = @includedir@/route
2
3 lib_LIBRARIES = libsgroute.a
4
5 include_HEADERS = waypoint.hxx
6
7 libsgroute_a_SOURCES = \
8         waypoint.cxx
9
10 INCLUDES += -I$(top_srcdir)