Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3262 in orxonox.OLD for orxonox/branches/updater/src/gui/Makefile.am


Ignore:
Timestamp:
Dec 24, 2004, 10:50:02 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: check for gthread implemented, curl is included into the gui too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/Makefile.am

    r3250 r3262  
    1 AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
    2 #AM_LDFLAGS=$(GTK2_LIBS)
    3 LIBS=$(GTK2_LIBS)
     1AM_CXXFLAGS=$(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
     2#AM_LDFLAGS=$(GTK2_LIBS)   $(GTHREAD_LIBS)
     3LIBS=$(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    44
    55bin_PROGRAMS=gui
Note: See TracChangeset for help on using the changeset viewer.