Changeset 5410 in orxonox.OLD for trunk/src/lib/graphics/importer/Makefile.am
- Timestamp:
- Oct 20, 2005, 10:03:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/Makefile.am
r5100 r5410 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_L IBRARIES = libORXimporter.a4 noinst_LTLIBRARIES = libORXimporter.la 5 5 6 libORXimporter_ a_SOURCES = model.cc \7 objModel.cc \8 primitive_model.cc \9 md2Model.cc \10 material.cc \11 texture.cc6 libORXimporter_la_SOURCES = model.cc \ 7 objModel.cc \ 8 primitive_model.cc \ 9 md2Model.cc \ 10 material.cc \ 11 texture.cc 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.