summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-23 17:49:27 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-23 17:49:27 -0700
commit5b31bee92b56147e2c17d19e46e09145d765fdb4 (patch)
tree0313aeb4421247442c7c5e61787910230c1d4153 /src
parentfef063d82e332b96bcb12ce41abefce868821577 (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.am2
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