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 | 257b9388fc234b2f8d515124784ce9e42db6bb0d (patch) | |
tree | 1a6664b7966e6ea35bbb3c7f5ecaf5b003f994ed | |
parent | 31913e37864f621db1bd6c7e578cad1ade060f84 (diff) |
Add -D flags to clear more compiler warnings (Stefan Dirsch)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a60b2c8..2dc8fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = fonttosfnt -fonttosfnt_CFLAGS = $(FONTTOSFNT_CFLAGS) -DXVENDORNAME=\"X.org\ Foundation\" -DXVENDORNAMESHORT=\"X.org\" +fonttosfnt_CFLAGS = $(FONTTOSFNT_CFLAGS) -DXVENDORNAME=\"X.org\ Foundation\" -DXVENDORNAMESHORT=\"X.org\" -D_BSD_SOURCE fonttosfnt_LDADD = $(FONTTOSFNT_LIBS) -lm fonttosfnt_SOURCES = \ |