~ubuntu-branches/debian/sid/alarm-clock/sid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-08-02 01:40:45 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090802014045-9298ztc2yucmfw7j
* New Upstream Version
  - fixes simple counters (Closes: #537791)
* patch to fix the autostart exec path (Closes: #537793)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        export.c      
47
47
 
48
48
alarmclock_LDFLAGS = \
49
 
        -Wl,--export-dynamic
 
49
        -export-dynamic
50
50
 
51
51
alarmclock_LDADD = $(ALARMCLOCK_LIBS)
52
52