diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-06 17:05:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-06 17:05:00 -0700 |
commit | a3d95aedf3a6d1859387fb08b46cd66cd61cec83 (patch) | |
tree | 11ccbccf0df3924fdb7f8d7eab7bafcb5b226671 /src | |
parent | d36a99d961c6649ca1b0319c2aadc6763edb07ad (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6e3ec5f..98e1614 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11/extensions/ libxkbfile_la_LIBADD = @XKBFILE_LIBS@ -AM_CFLAGS = @XKBFILE_CFLAGS@ +AM_CFLAGS = $(CWARNFLAGS) @XKBFILE_CFLAGS@ libxkbfile_la_LDFLAGS = -version-number 1:0:2 -no-undefined |