~ubuntu-branches/ubuntu/wily/fvwm1/wily-proposed

« back to all changes in this revision

Viewing changes to modules/FvwmAudio/Imakefile

  • Committer: Package Import Robot
  • Author(s): Phil Brooke
  • Date: 2013-10-31 16:44:38 UTC
  • Revision ID: package-import@ubuntu.com-20131031164438-mx54z1viv8ws8635
Tags: 1.24r-56
* Add build-indep / build-arch targets.
* Add hardening flags via CCOPTIONS and LOCAL_LDFLAGS to each Imakefile.
* Bump standards version to 3.9.4.
* Clean some odd whitespace from changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
AUDIO_LIBRARIES =
24
24
#endif
25
25
 
 
26
CCOPTIONS = $(shell dpkg-buildflags --get CFLAGS)
 
27
LOCAL_LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 
28
 
 
29
 
 
30
 
26
31
EXTRA_DEFINES = $(AUDIO_DEFINES)
27
32
EXTRA_INCLUDES = $(AUDIO_INCLUDES)
28
33
EXTRA_LIBRARIES = $(AUDIO_LIBRARIES)