Changeset 7264 in orxonox.OLD for branches/shared_lib/src/Makefile.am
- Timestamp:
- Apr 2, 2006, 4:51:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/Makefile.am
r7151 r7264 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 include world_entities/WorldEntities.am5 4 include story_entities/Makefile.am 6 5 … … 12 11 bin_PROGRAMS = orxonox 13 12 14 orxonox_CPPFLAGS = -DIS_ORXONOX 15 orxonox_LDFLAGS = -u global_ModelParticles_Factory 13 orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\"" 14 orxonox_LDFLAGS = --export-dynamic 15 ##-ldl -rdynamic 16 16 17 17 orxonox_DEPENDENCIES = \ … … 27 27 28 28 orxonox_SOURCES = \ 29 $(WorldEntities_SOURCES_) \30 29 $(StoryEntities_SOURCES_) \ 31 30 orxonox.cc \
Note: See TracChangeset
for help on using the changeset viewer.