summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-02-14 13:42:42 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-02-14 13:42:42 +0000
commit5a3f73b146e0e342ff96e02d7311a57f3ba7963e (patch)
treefe843c48d6d05164eb78f821fd7affc70ad5f230 /librsvg
parent11e5d81d1f4926658943f2e54ab4159c5d8556bd (diff)
downloadnautilus-5a3f73b146e0e342ff96e02d7311a57f3ba7963e.tar.gz
Move $(FREETYPE2_CFLAGS) all the way to the top of $(INCLUDES), so that if
* librsvg/Makefile.am: Move $(FREETYPE2_CFLAGS) all the way to the top of $(INCLUDES), so that if there are multiple versions of freetype installed in the build machine, then we will catch only the one we are interested in.
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/librsvg/Makefile.am b/librsvg/Makefile.am
index 8852f3567..1ee84e61e 100644
--- a/librsvg/Makefile.am
+++ b/librsvg/Makefile.am
@@ -9,11 +9,11 @@ noinst_PROGRAMS =\
noinst_LTLIBRARIES = librsvg.la
INCLUDES = \
+ $(FREETYPE2_CFLAGS) \
$(GNOME_CFLAGS) \
$(GNOMECANVASPIXBUF_INCLUDEDIR) \
$(GDK_PIXBUF_CFLAGS) \
$(XML_CFLAGS) \
- $(FREETYPE2_CFLAGS) \
$(WERROR) \
-D_REENTRANT \
-DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \