Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7264 in orxonox.OLD for branches/shared_lib/src/Makefile.am


Ignore:
Timestamp:
Apr 2, 2006, 4:51:19 PM (19 years ago)
Author:
bensch
Message:

shared_lib: compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/Makefile.am

    r7151 r7264  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 include world_entities/WorldEntities.am
    54include story_entities/Makefile.am
    65
     
    1211bin_PROGRAMS = orxonox
    1312
    14 orxonox_CPPFLAGS = -DIS_ORXONOX
    15 orxonox_LDFLAGS = -u global_ModelParticles_Factory
     13orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\""
     14orxonox_LDFLAGS = --export-dynamic
     15##-ldl -rdynamic
    1616
    1717orxonox_DEPENDENCIES = \
     
    2727
    2828orxonox_SOURCES = \
    29                 $(WorldEntities_SOURCES_) \
    3029                $(StoryEntities_SOURCES_) \
    3130                orxonox.cc \
Note: See TracChangeset for help on using the changeset viewer.