From 4c1ec83f5248c2be27344d9c0ea6fe160a34faf3 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 23 May 1998 14:49:58 +0000 Subject: [PATCH] farting around with CVS ... --- Scenery/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Scenery/Makefile.am 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 -- 2.39.2