]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
FG_ to SG_ namespace changes.
[simgear.git] / simgear / math / Makefile.am
index 5ad697040e89539496f14626b493fcf88c3b5ca4..e6d49044925b3c1380ea621ffb78686ddd7a435a 100644 (file)
@@ -10,24 +10,24 @@ lib_LIBRARIES = libsgmath.a
 
 include_HEADERS = \
        fg_memory.h \
-       fg_random.h \
        interpolater.hxx \
        leastsqs.hxx \
        localconsts.hxx \
        point3d.hxx \
        polar3d.hxx \
        sg_geodesy.hxx \
+       sg_random.h \
        sg_types.hxx \
        vector.hxx
 
 EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl
 
 libsgmath_a_SOURCES = \
-       fg_random.c \
        interpolater.cxx \
        leastsqs.cxx \
        polar3d.cxx \
        sg_geodesy.cxx \
+       sg_random.c \
        vector.cxx
 
 INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)