Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 21, 2004, 5:57:54 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/updater: checking for libCurl

File:
1 edited

Legend:

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

    r3219 r3243  
    9494CPP = @CPP@
    9595CPPFLAGS = @CPPFLAGS@
     96CURL_CFLAGS = @CURL_CFLAGS@
     97CURL_LIBS = @CURL_LIBS@
    9698CXX = @CXX@
    9799CXXDEPMODE = @CXXDEPMODE@
     
    111113GTK2_CFLAGS = @GTK2_CFLAGS@
    112114GTK2_LIBS = @GTK2_LIBS@
     115HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
     116HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
    113117HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
    114118HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
Note: See TracChangeset for help on using the changeset viewer.