]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/Makefile.am
FG_ to SG_ namespace changes.
[simgear.git] / simgear / metar / Makefile.am
index 5916aa93b5d50e2c69d1b1ec2faa7ac93c50d135..e6c07316ff2acc41bfe6091e3f22bb1fb9a4917a 100644 (file)
@@ -1,12 +1,14 @@
-## Process this file with automake to produce Makefile.in
+includedir = @includedir@/metar
 
 lib_LIBRARIES = libsgmetar.a
 
+include_HEADERS = MetarReport.h MetarStation.h 
+
 libsgmetar_a_SOURCES = \
        Antoi.cpp Charcmp.cpp Dcdmetar.cpp Dcdmtrmk.cpp Drvmetar.c \
        Fracpart.cpp Local.h Metar.h \
-       MetarReport.cpp MetarReport.h \
-       MetarStation.cpp MetarStation.h \
+       MetarReport.cpp \
+       MetarStation.cpp \
        Prtdmetr.cpp Stspack2.cpp Stspack3.cpp
 
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)