]> git.mxchange.org Git - simgear.git/blobdiff - PUI/Makefile.am
More portability changes to help with windoze compilation problems.
[simgear.git] / PUI / Makefile.am
index 98f36e44813229d92d3077750c3dabdad6a1ffbc..aa38a0cdbecc643f387a192e83c42c56a370d9e6 100644 (file)
@@ -1,10 +1,9 @@
-libdir = ${exec_prefix}/lib
+noinst_LIBRARIES = libPUI.a
 
-lib_LTLIBRARIES = libPUI.la
+EXTRA_DIST = complex.cxx simple.cxx
 
-libPUI_la_SOURCES = \
+libPUI_a_SOURCES = \
        pu.h puLocal.h \
-       complex.cxx \
        pu.cxx \
        puBox.cxx \
        puButton.cxx \