From 269ba3510ef999864ebb4b20b9d4930059583aa4 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Sat, 21 Sep 2013 21:59:28 +0200 Subject: [PATCH] data/ subdirs are now moved to data/Makefile.am --- Makefile.am | 2 +- data/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 95eb159..863b72a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libgd src po data data/icons data/geonames +SUBDIRS = libgd src po data EXTRA_DIST = config.rpath ChangeLog diff --git a/data/Makefile.am b/data/Makefile.am index 0599b63..9777d3d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,4 @@ +SUBDIRS = icons geonames chartdatadir = $(pkgdatadir) chartdata_DATA = chart.xsl \ chart.css \