Changeset 4143 in orxonox.OLD for orxonox/trunk
- Timestamp:
- May 10, 2005, 1:14:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r4131 r4143 33 33 34 34 orxonox_DEPENDENCIES = libORXgui.a 35 orxonox_LDADD = libORXgui.a 35 orxonox_LDADD = libORXgui.a $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) 36 36 orxonox_SOURCES= orxonox.cc \ 37 37 game_loader.cc \ … … 166 166 167 167 libORXgui_a_CPPFLAGS=$(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS) 168 AM_LDFLAGS=$(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)169 168 170 169 libORXgui_a_SOURCES = lib/gui/gui/gui.cc \
Note: See TracChangeset
for help on using the changeset viewer.