~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to common/src/unix/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-03-25 17:17:18 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325171718-3znn7qnfgmx20iyw
Tags: 1.9.4-1
* New upstream release
  - drop all Debian patches (applied upstream)

* Update location of .xpm menu icon
* Remove empty /usr/include directory after building
* Remove obsolete breaks/replaces from debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
INCLUDES =              -W -D_XOPEN_SOURCE=600 -I. -I../../include \
21
21
                        -I../../include/unix 
22
22
 
23
 
EXTRA_DIST =            $(wildcard *.cc) $(wildcard *.hh) \
24
 
                        $(wildcard *.h) $(wildcard *.icc)
 
23
EXTRA_DIST =            $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) \
 
24
                        $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc)