]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/Makefile.am
Added route.[ch]xx which maintains a list of waypoints (i.e. a route)
[simgear.git] / simgear / route / Makefile.am
index 2f2b30b7ed977cf5f8c7b383e49a4e005ed88763..540a31dfbc37d181e58c0d626754f7e05864bcdf 100644 (file)
@@ -2,9 +2,10 @@ includedir = @includedir@/route
 
 lib_LIBRARIES = libsgroute.a
 
-include_HEADERS = waypoint.hxx
+include_HEADERS = route.hxx waypoint.hxx
 
 libsgroute_a_SOURCES = \
+       route.cxx \
        waypoint.cxx
 
 INCLUDES += -I$(top_srcdir)