From: 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-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=6b0a4bd6a6cd02ab3fd52e7ef3722ee95d547a41;hp=3ed92922bd53dc6d96188aed796e584ec624e4cf 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 6430f5a..80442ac 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