]> git.mxchange.org Git - flightgear.git/blobdiff - Weather/Makefile.am
C++ ifying ...
[flightgear.git] / Weather / Makefile.am
index b5973bdd4d66fc9a573d2603f5ce4ce898063c52..4a5521e1bcf46e9f1c677ddf26b6b136bcb8c0b7 100644 (file)
@@ -1,7 +1,9 @@
-libdir = ${exec_prefix}/lib
+# libdir       = ${exec_prefix}/lib
+# lib_LTLIBRARIES = libWeather.la
+# libWeather_la_SOURCES = weather.c weather.h
 
-lib_LTLIBRARIES = libWeather.la
+noinst_LIBRARIES = libWeather.a
 
-libWeather_la_SOURCES = weather.c weather.h
+libWeather_a_SOURCES = weather.cxx weather.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator