diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:15:16 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:15:16 +0000 |
commit | 82b5da0b34780df3fe91c4b617cb541ee767d794 (patch) | |
tree | 926ba61b52f3cf786eeab044e6eb753aa31fdd7f | |
parent | 43f43567e3c8c63f6b70d7e529827cd5f15e15d3 (diff) |
Add -D flags to clear various warnings (Stefan Dirsch)XORG-6_99_99_900
-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 203877d..3c03905 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libXmu.la libXmuu.la AM_CFLAGS = \ -I${top_srcdir}/include \ -I${top_srcdir}/include/X11/Xmu \ - $(XMU_CFLAGS) + $(XMU_CFLAGS) -D_BSD_SOURCE libXmu_la_LDFLAGS = -version-number 6:2:0 libXmuu_la_LDFLAGS = -version-number 1:0:0 |