From: curt Date: Sat, 23 May 1998 14:49:58 +0000 (+0000) Subject: farting around with CVS ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c1ec83f5248c2be27344d9c0ea6fe160a34faf3;p=flightgear.git farting around with CVS ... --- diff --git a/Scenery/Makefile.am b/Scenery/Makefile.am new file mode 100644 index 000000000..b6f236da0 --- /dev/null +++ b/Scenery/Makefile.am @@ -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