diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:21:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:21:44 -0700 |
commit | 64474e003376039cf485fa6eb41d241170397ab4 (patch) | |
tree | a90077fe1b66f8f1071669da8eb3fb0c0352263b /Makefile.am | |
parent | 0c316fb4aadf26bea5784974cd484483d6322b5c (diff) |
Change fonttosfnt_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6a3d46e..3fe03df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = fonttosfnt -fonttosfnt_CFLAGS = -DXVENDORNAME=\"X.org\ Foundation\" $(FONTTOSFNT_CFLAGS) -DXVENDORNAMESHORT=\"X.org\" -D_BSD_SOURCE +AM_CFLAGS = -DXVENDORNAME=\"X.Org\ Foundation\" $(FONTTOSFNT_CFLAGS) -DXVENDORNAMESHORT=\"X.Org\" -D_BSD_SOURCE fonttosfnt_LDADD = $(FONTTOSFNT_LIBS) -lm fonttosfnt_SOURCES = \ @@ -34,7 +34,7 @@ fonttosfnt_SOURCES = \ if NEED_SETENV fonttosfnt_SOURCES += env.c -fonttosfnt_CFLAGS += -DNEED_SETENV +AM_CFLAGS += -DNEED_SETENV endif appman_PRE = \ |