]> git.mxchange.org Git - flightgear.git/commitdiff
farting around with CVS ...
authorcurt <curt>
Sat, 23 May 1998 14:49:58 +0000 (14:49 +0000)
committercurt <curt>
Sat, 23 May 1998 14:49:58 +0000 (14:49 +0000)
Scenery/Makefile.am [new file with mode: 0644]

diff --git a/Scenery/Makefile.am b/Scenery/Makefile.am
new file mode 100644 (file)
index 0000000..b6f236d
--- /dev/null
@@ -0,0 +1,16 @@
+libdir = ${exec_prefix}/lib
+
+lib_LTLIBRARIES = libScenery.la
+
+libScenery_la_SOURCES = \
+       obj.cxx obj.hxx \
+       scenery.cxx scenery.hxx \
+       texload.c texload.h \
+       tile.cxx tile.hxx \
+       tilecache.cxx tilecache.hxx \
+       tilemgr.cxx tilemgr.hxx
+
+INCLUDES += \
+       -I$(top_builddir) \
+       -I$(top_builddir)/Lib \
+       -I$(top_builddir)/Simulator