diff options
author | Darin Adler <darin@src.gnome.org> | 2001-06-01 17:08:41 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-06-01 17:08:41 +0000 |
commit | 3a71f07e2006a73f9de99f38a8fdd44a7723d394 (patch) | |
tree | 4bfa11385907ad2a2df24ef5039303208eb2ccf6 /Makefile.am | |
parent | 435e59d3f3565bcb47c6d64a234c18643d2094f3 (diff) | |
download | librsvg-3a71f07e2006a73f9de99f38a8fdd44a7723d394.tar.gz |
Add a call to set the fonts dir so it can work without eel, and a future
* Makefile.am:
* rsvg.h:
* rsvg.c: (rsvg_text_handler_characters), (rsvg_set_fonts_dir):
Add a call to set the fonts dir so it can work without eel, and
a future version of eel will work even if it's in a different
prefix from librsvg.
* configure.in: Bump version to 1.0.0.1
* NEWS: Mention the possibility of a 1.0.1 release.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1db19466..aaafca46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ INCLUDES =\ $(GTK_CFLAGS) \ $(XML_CFLAGS) \ $(ART_CFLAGS) \ - -DEEL_DATADIR="\"$(datadir)/eel\"" + -DDATADIR="\"$(datadir)\"" DEPS = $(top_builddir)/librsvg.la LDADDS = $(top_builddir)/librsvg.la \ |