~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-05-31 01:36:47 UTC
  • mto: (1.1.8 upstream) (2.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20110531013647-dt9ij4zj9f9wg6uk
Import upstream version 1.8.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
ASSEMBLIES += $(DBUS_LIBS)
46
46
endif
47
47
 
 
48
if ENABLE_NOTIFY
 
49
FLAGS += -define:ENABLE_NOTIFY
 
50
BLAM_CSFILES += UnreadNotification.cs
 
51
ASSEMBLIES += $(NOTIFY_LIBS)
 
52
endif
 
53
 
48
54
 
49
55
Defines.cs: Defines.cs.in ../config.log
50
56
        sed -e "s|\@version\@|$(VERSION)|" \