Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 10, 2006, 6:09:46 PM (19 years ago)
Author:
bensch
Message:

this really should compile and link (not at runtime) on windows

File:
1 edited

Legend:

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

    r7280 r7281  
    55
    66LIB_PREFIX=lib
    7 include lib/BuildLibs.am
     7include $(LIB_PREFIX)/BuildLibs.am
     8WORLDENTITY_PREFIX=world_entities
     9include $(WORLDENTITY_PREFIX)/world_entity.am
    810
    911#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
     
    1921                util/libORXutils.a \
    2022                $(LIBLTDL) \
    21                 $(libORXlibs_a_LIBRARIES_)
     23                $(libORXlibs_a_LIBRARIES_) \
     24                $(WorldEntities_LIBRARIES_)
     25
    2226
    2327orxonox_LDADD = \
     
    2529                util/libORXutils.a \
    2630                $(libORXlibs_a_LIBRARIES_) \
     31                $(WorldEntities_LIBRARIES_) \
    2732                @LIBLTDL@ \
    2833                @LIBADD_DL@ \
Note: See TracChangeset for help on using the changeset viewer.