diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-24 17:53:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-24 17:53:43 -0700 |
commit | da0d7d89130b9a9e31905897627f0c805a58b2b3 (patch) | |
tree | ed572f358a7c35b98a7fc6dd9068d59a76eb3c6a /Makefile.am | |
parent | 1b52fc41b59899b45dd1b06f9c1268b4458f9cd6 (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index abf6d1a..a73beca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = xbacklight -AM_CFLAGS = $(XRANDR_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XRANDR_CFLAGS) xbacklight_LDADD = $(XRANDR_LIBS) xbacklight_SOURCES = \ |