]> git.mxchange.org Git - simgear.git/blob - simgear/route/Makefile.am
Renamed fg_types.hxx -> sg_types.hxx
[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)