Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5410 in orxonox.OLD for trunk/src/lib/graphics/importer/Makefile.am


Ignore:
Timestamp:
Oct 20, 2005, 10:03:09 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: building with LIBTOOL now, all Shared Libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/Makefile.am

    r5100 r5410  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXimporter.a
     4noinst_LTLIBRARIES = libORXimporter.la
    55
    6 libORXimporter_a_SOURCES = model.cc \
    7                            objModel.cc \
    8                            primitive_model.cc \
    9                            md2Model.cc \
    10                            material.cc \
    11                            texture.cc
     6libORXimporter_la_SOURCES = model.cc \
     7                            objModel.cc \
     8                            primitive_model.cc \
     9                            md2Model.cc \
     10                            material.cc \
     11                            texture.cc
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.