]> 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 8cab48b372d5f820f962f2f85a01bdc01d1583aa..de3ff96e94b994634b7058382c2752914d4b18cd 100644 (file)
@@ -5,8 +5,10 @@ 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