Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 1, 2005, 11:09:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed LIBTOOL again

File:
1 edited

Legend:

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

    r5452 r5463  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 pkglib_LTLIBRARIES = libORXimporter.la
     4noinst_LIBRARIES = libORXimporter.a
    55
    6 libORXimporter_la_SOURCES = model.cc \
    7                             objModel.cc \
    8                             primitive_model.cc \
    9                             md2Model.cc \
    10                             material.cc \
    11                             texture.cc
     6libORXimporter_a_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.