~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/HostServices/auth/Makefile.kmk

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-07-04 13:02:31 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110704130231-l843es6wqhx614n7
Tags: 4.0.10-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Add the Modaliases control field manually for maximum backportability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
# The simple plugin.
40
40
ifndef VBOX_ONLY_SDK
41
 
 DLLS += VBoxAuthSimple
 
41
 if defined(VBOX_WITH_MAIN)
 
42
  DLLS += VBoxAuthSimple
 
43
 endif
42
44
endif
43
45
VBoxAuthSimple_TEMPLATE = VBOXMAINCLIENTDLL
44
46
VBoxAuthSimple_SOURCES = simple/VBoxAuthSimple.cpp