diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-23 17:49:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-23 17:49:27 -0700 |
commit | 5b31bee92b56147e2c17d19e46e09145d765fdb4 (patch) | |
tree | 0313aeb4421247442c7c5e61787910230c1d4153 /src | |
parent | fef063d82e332b96bcb12ce41abefce868821577 (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 0f19c5e..ad5b55d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ -I${top_srcdir}/include/X11/Xmu \ $(BITMAP_DEFINES) -D_BSD_SOURCE -AM_CFLAGS = $(XMU_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XMU_CFLAGS) libXmu_la_LDFLAGS = -version-number 6:2:0 -no-undefined libXmuu_la_LDFLAGS = -version-number 1:0:0 -no-undefined |