Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am @ 5450

Last change on this file since 5450 was 5450, checked in by bensch, 19 years ago

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

File size: 636 bytes
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[5450]4noinst_LTLIBRARIES = libORXimporter.la
[2755]5
[5450]6libORXimporter_la_SOURCES = model.cc \
7                            objModel.cc \
8                            primitive_model.cc \
9                            md2Model.cc \
10                            material.cc \
11                            texture.cc
[2755]12
[4264]13
[4564]14
15noinst_HEADERS = abstract_model.h \
16                 model.h \
17                 objModel.h \
18                 primitive_model.h \
19                 md2Model.h \
20                 material.h \
21                 texture.h \
22                 anorms.h \
23                 anormtab.h
Note: See TracBrowser for help on using the repository browser.