~ubuntu-branches/ubuntu/saucy/blam/saucy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Martín Nieto
  • Date: 2011-07-31 16:45:15 UTC
  • mto: (1.1.9) (2.2.6 sid)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20110731164515-mnyfhc96u6f8vo98
Import upstream version 1.8.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
GENERATED_CSFILES = \
41
41
               Defines.cs
42
42
 
43
 
if ENABLE_DBUS
44
 
FLAGS += -define:ENABLE_DBUS
 
43
if NDESK_DBUS
 
44
FLAGS += -define:NDESK_DBUS
 
45
ASSEMBLIES += $(DBUS_LIBS)
 
46
endif
 
47
 
 
48
if DBUS_SHARP
 
49
FLAGS += -define:DBUS_SHARP
45
50
ASSEMBLIES += $(DBUS_LIBS)
46
51
endif
47
52