From: Tobias Oetiker Date: Sat, 21 Jul 2007 19:52:17 +0000 (+0000) Subject: the fonts are now taken from the system. we do not distribute them anympore X-Git-Tag: 1.3rc2~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cecb8fb747936f0a6c2e6a93f9e1f3eaab76a58;p=thirdparty%2Frrdtool-1.x.git the fonts are now taken from the system. we do not distribute them anympore git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1164 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/Makefile.am b/src/Makefile.am index 6430f5a2..80442ac9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,8 +4,6 @@ # #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config -fontsdir = $(datadir)/rrdtool/fonts -fonts_DATA = DejaVuSansMono-Roman.ttf if STATIC_PROGRAMS AM_LDFLAGS = -all-static @@ -130,6 +128,6 @@ rrdtool_LDADD = librrd.la # strftime is here because we do not usually need it. unices have propper # iso date support -EXTRA_DIST= strftime.c strftime.h $(fonts_DATA) \ +EXTRA_DIST= strftime.c strftime.h \ win32comp.c rrd_thread_safe_nt.c get_ver.awk