Ignore:
Timestamp:
02/20/10 14:00:54 (14 years ago)
Author:
alno
Message:

Webif:

  • Merging revisions 1624-1629 of trunk (Thanx @ dingo as a precaution)
  • fix warning: implicit declaration of function `cc_cli_init'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/monitor-improvement/CMakeLists.txt

    r1624 r1630  
    146146
    147147include (CheckIncludeFile)
     148if(CS_ANTICASC)
     149    add_definitions ("-DCS_ANTICASC")
     150endif(CS_ANTICASC)
     151
     152if(CS_LOGHISTORY)
     153    add_definitions ("-DCS_LOGHISTORY")
     154endif(CS_LOGHISTORY)
     155
     156if(CS_WITH_GBOX)
     157    add_definitions ("-DCS_WITH_GBOX")
     158endif(CS_WITH_GBOX)
     159
     160if(HAVE_DVBAPI)
     161    add_definitions ("-DHAVE_DVBAPI")
     162endif(HAVE_DVBAPI)
     163
    148164check_include_file ("pthread.h" HAVE_PTHREAD)
    149165if (HAVE_PTHREAD)
     
    234250
    235251
    236 
    237 
    238252check_include_file ("PCSC/wintypes.h" HAVE_PCSC)
    239253if (HAVE_PCSC)
     
    339353    target_link_libraries ( ${exe_name} rt nxp )
    340354endif (OSCamOperatingSystem MATCHES "Linux")
    341 
    342 if (WEBIF)
    343     add_definitions ("-DWEBIF")
    344 endif (WEBIF)
    345355
    346356#----------------------- put svnversion in the build ------------------------------
     
    477487    message (STATUS "  use system libusb functions")
    478488endif (HAVE_LIBUSB)
    479 if (WEBIF)
    480     message (STATUS "  Web interface enabled")
    481 endif (WEBIF)
    482489message (STATUS "")
Note: See TracChangeset for help on using the changeset viewer.