summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-09-11 12:43:13 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-09-11 12:43:13 +0000
commit21d2888221fbb156398cb69d12798d2c16f3c8a0 (patch)
tree90593d744f5119d80b7026611ebe2c9b79f5d621 /Makefile.am
parentfcfbfe0f7ddb621b1b0e99fba6b386221fb56263 (diff)
change the order of option to prevent automake from inserting a line break
that causes problems with BSD make later.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 28a42e0..ad2d97b 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\" -D_BSD_SOURCE
+fonttosfnt_CFLAGS = -DXVENDORNAME=\"X.org\ Foundation\" $(FONTTOSFNT_CFLAGS) -DXVENDORNAMESHORT=\"X.org\" -D_BSD_SOURCE
fonttosfnt_LDADD = $(FONTTOSFNT_LIBS) -lm
fonttosfnt_SOURCES = \