diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-19 15:48:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-19 15:49:25 -0700 |
commit | d8068fe9e666bb384a9eeac8983cb1ac8c2824a1 (patch) | |
tree | 220ba64c56e0eade6bf9fbdc0907a523c5dd63e5 /Makefile.am | |
parent | Add README with pointers to mailing lists, bugzilla, & git (diff) | |
download | xcman-d8068fe9e666bb384a9eeac8983cb1ac8c2824a1.tar.gz xcman-d8068fe9e666bb384a9eeac8983cb1ac8c2824a1.tar.bz2 xcman-d8068fe9e666bb384a9eeac8983cb1ac8c2824a1.tar.xz |
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 3884d94..38a0c9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = xcompmgr man_MANS = xcompmgr.1 -AM_CFLAGS = $(XCOMPMGR_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XCOMPMGR_CFLAGS) xcompmgr_LDADD = $(XCOMPMGR_LIBS) -lm EXTRA_DIST = \ |