farting around with CVS ...
This commit is contained in:
parent
ef9989dbc9
commit
4c1ec83f52
1 changed files with 16 additions and 0 deletions
16
Scenery/Makefile.am
Normal file
16
Scenery/Makefile.am
Normal file
|
@ -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
|
Loading…
Reference in a new issue