~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to vpnplugins/pptp/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
set(pptp_SRCS
6
6
   pptp.cpp
7
7
   pptpwidget.cpp
 
8
   pptpauth.cpp
8
9
   )
9
10
 
10
 
kde4_add_ui_files(pptp_SRCS pptpprop.ui pptpadvanced.ui)
 
11
kde4_add_ui_files(pptp_SRCS pptpprop.ui pptpadvanced.ui pptpauth.ui)
11
12
 
12
13
kde4_add_plugin(networkmanagement_pptpui ${pptp_SRCS})
13
14