Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/branches/updater: checking for libCurl

File:
1 edited

Legend:

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

    r3237 r3243  
    110110CPP = @CPP@
    111111CPPFLAGS = @CPPFLAGS@
     112CURL_CFLAGS = @CURL_CFLAGS@
     113CURL_LIBS = @CURL_LIBS@
    112114CXX = @CXX@
    113115CXXDEPMODE = @CXXDEPMODE@
     
    127129GTK2_CFLAGS = @GTK2_CFLAGS@
    128130GTK2_LIBS = @GTK2_LIBS@
     131HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
     132HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
    129133HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
    130134HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
Note: See TracChangeset for help on using the changeset viewer.