diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 22:28:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 22:28:05 -0700 |
commit | cb8df63ef0a8a70dfff21eef02f9d50095854ec0 (patch) | |
tree | 809fb896cf92b6551c5402cc94f6a54de4a986ae /src | |
parent | 394342d73472c3921eb941bf5f07c24237d89b1a (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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7482017..7474b43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ -AM_CFLAGS = $(RENDER_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include/X11/extensions $(MALLOC_ZERO_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(RENDER_CFLAGS) $(MALLOC_ZERO_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include/X11/extensions lib_LTLIBRARIES = libXrender.la |