~ubuntu-branches/ubuntu/vivid/ettercap/vivid-proposed

« back to all changes in this revision

Viewing changes to plug-ins/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-01-04 18:16:56 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130104181656-cwrnpihky3eauthj
Tags: 1:0.7.5.1-1
* update patches
* new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
set_target_properties(nbns_spoof PROPERTIES PREFIX "ec_")
51
51
 
52
52
add_library(sslstrip MODULE sslstrip/sslstrip.c)
53
 
target_link_libraries(sslstrip ${FOUND_LIBCURL})
 
53
target_link_libraries(sslstrip ${FOUND_LIBCURL} ${HAVE_PCRE})
54
54
set_target_properties(sslstrip PROPERTIES PREFIX "ec_")
55
55
 
56
56
add_library(pptp_chapms1 MODULE pptp_chapms1/pptp_chapms1.c)