From cfa845a47603ad9634cbbcb7fbd03bd80e6d51b7 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 4 Jan 2016 18:52:47 +1300 Subject: [PATCH] Revert non-CharacterSet changes from rev.14472 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 192e00a393..c582a6284c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,12 +6,12 @@ ## AUTOMAKE_OPTIONS = dist-bzip2 1.5 foreign -DIST_SUBDIRS = compat lib libltdl scripts icons errors contrib doc src helpers test-suite tools +DIST_SUBDIRS = compat lib libltdl scripts icons errors contrib doc helpers src test-suite tools SUBDIRS = compat lib if ENABLE_LOADABLE_MODULES SUBDIRS += libltdl endif -SUBDIRS += scripts icons errors doc src tools helpers test-suite +SUBDIRS += scripts icons errors doc helpers src tools test-suite DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]* DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'` -- 2.47.3