]> git.mxchange.org Git - flightgear.git/blobdiff - Lib/Misc/Makefile.am
Major shuffling to push basic material management out into FlightGear/Lib/
[flightgear.git] / Lib / Misc / Makefile.am
index e35acf4f281308231cd2a6a784c5dc7c9fcd8e9c..de3ff96e94b994634b7058382c2752914d4b18cd 100644 (file)
@@ -3,9 +3,12 @@
 noinst_LIBRARIES = libMisc.a
 
 libMisc_a_SOURCES = \
+       fgpath.cxx fgpath.hxx \
        fgstream.cxx fgstream.hxx \
+       material.cxx material.hxx \
        stopwatch.hxx \
        strutils.cxx strutils.hxx \
+       texload.c texload.h colours.h \
        zfstream.cxx zfstream.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib