Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5450 in orxonox.OLD for trunk/src/world_entities/Makefile.am


Ignore:
Timestamp:
Oct 29, 2005, 4:29:07 PM (19 years ago)
Author:
bensch
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/Makefile.am

    r5433 r5450  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXworld_entities.a
     4pkglib_LTLIBRARIES = libORXworld_entities.la
    55
    6 libORXworld_entities_a_SOURCES = \
     6libORXworld_entities_la_SOURCES = \
    77                  world_entity.cc \
    88                  camera.cc \
     
    2424                  weapons/test_bullet.cc \
    2525                  weapons/crosshair.cc \
    26                   power_ups/power_up.cc
     26                  power_ups/power_up.cc \
     27                  power_ups/turret_power_up.cc
    2728
    2829noinst_HEADERS = \
     
    4647                 weapons/test_bullet.h \
    4748                 weapons/crosshair.h \
    48                  power_ups/power_up.h
     49                 power_ups/power_up.h \
     50                 power_ups/turret_power_up.h
    4951
    5052
Note: See TracChangeset for help on using the changeset viewer.