diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:32:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:32:32 +0000 |
commit | d2ef439ebff65d9507e8409c32ce83ed24f81c77 (patch) | |
tree | 8ca3fbc293871a2dc1547c6adc452bbe4e5b3e2e | |
parent | d84b476fa167fe34d827f36c0a5e35bca7884136 (diff) |
Add -D flags to clear more compiler warnings (Stefan Dirsch)XORG-6_99_99_900
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 35c7d59..4620b80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = mkfontscale -mkfontscale_CFLAGS = @MKFONTSCALE_CFLAGS@ +mkfontscale_CFLAGS = @MKFONTSCALE_CFLAGS@ -D_BSD_SOURCE mkfontscale_LDADD = @MKFONTSCALE_LIBS@ mkfontscale_SOURCES = \ |