diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:15:15 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:15:15 +0000 |
commit | 0b8ff6fbd8cd7f47ab9e6ccb6d4917564a2d13ee (patch) | |
tree | e79c194a6d31d1525c84ce12fdc4e1b18bd704a9 | |
parent | 260d470a128c7eaa6d7484bb143aab353c4e98ec (diff) |
Add -D flags to clear various warnings (Stefan Dirsch)XORG-6_99_99_901XORG-6_99_99_900
-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 0e9700d..b549ede 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ lib_LTLIBRARIES=libICE.la -AM_CFLAGS= -I${top_srcdir}/include $(ICE_CFLAGS) $(XTRANS_CFLAGS) +AM_CFLAGS= -I${top_srcdir}/include $(ICE_CFLAGS) $(XTRANS_CFLAGS) \ + -DICE_t -DTRANS_CLIENT -DTRANS_SERVER libICE_la_LDFLAGS = -version-number 6:3:0 -no-undefined |