Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5410 in orxonox.OLD for trunk/src/lib/particles/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/particles/Makefile.am

    r4556 r5410  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXparticles.a
     4noinst_LTLIBRARIES = libORXparticles.la
    55
    6 libORXparticles_a_SOURCES = particle_engine.cc \
    7                             particle_emitter.cc \
    8                             particle_system.cc \
    9                             quick_animation.cc
     6libORXparticles_la_SOURCES = particle_engine.cc \
     7                             particle_emitter.cc \
     8                             particle_system.cc \
     9                             quick_animation.cc
    1010
    1111
Note: See TracChangeset for help on using the changeset viewer.