Changeset 7281 in orxonox.OLD for branches/shared_lib/src/Makefile.am
- Timestamp:
- Apr 10, 2006, 6:09:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/Makefile.am
r7280 r7281 5 5 6 6 LIB_PREFIX=lib 7 include lib/BuildLibs.am 7 include $(LIB_PREFIX)/BuildLibs.am 8 WORLDENTITY_PREFIX=world_entities 9 include $(WORLDENTITY_PREFIX)/world_entity.am 8 10 9 11 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" … … 19 21 util/libORXutils.a \ 20 22 $(LIBLTDL) \ 21 $(libORXlibs_a_LIBRARIES_) 23 $(libORXlibs_a_LIBRARIES_) \ 24 $(WorldEntities_LIBRARIES_) 25 22 26 23 27 orxonox_LDADD = \ … … 25 29 util/libORXutils.a \ 26 30 $(libORXlibs_a_LIBRARIES_) \ 31 $(WorldEntities_LIBRARIES_) \ 27 32 @LIBLTDL@ \ 28 33 @LIBADD_DL@ \
Note: See TracChangeset
for help on using the changeset viewer.