summaryrefslogtreecommitdiff
path: root/pango-view/Makefile.am
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-07-26 10:05:00 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2014-07-26 11:26:46 +0200
commit1faa9e0afbfed9d9d794d1aca54ac74cb3ecb9df (patch)
treec2d22b2a313c6d88c4cde202db0d9b09064fde09 /pango-view/Makefile.am
parentf7e3a706e0fd5498f4dc5fc3c505f6a1fe2a9e75 (diff)
downloadpango-kill-dynamic-modules.tar.gz
Kill unused pangorc filekill-dynamic-modules
Diffstat (limited to 'pango-view/Makefile.am')
-rw-r--r--pango-view/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index 7b6e568f..66a08815 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -26,8 +26,6 @@ TEST_TEXTS = \
EXTRA_DIST = \
$(TEST_TEXTS)
-CLEANFILES = pangorc
-
INCLUDES = \
-I$(top_srcdir) \
$(PANGO_DEBUG_FLAGS) \
@@ -80,7 +78,7 @@ endif
MAINTAINERCLEANFILES = pango-view.1.in
EXTRA_DIST += pango-view.1.in
-CLEANFILES += pango-view.1
+CLEANFILES = pango-view.1
nodist_man_MANS = pango-view.1
@@ -100,9 +98,4 @@ pango-view.1: pango-view$(EXEEXT)
#########################################################
-BUILT_SOURCES = pangorc
-
-pangorc: $(srcdir)/../modules/pangorc
- cp $(srcdir)/../modules/pangorc $@
-
-include $(top_srcdir)/git.mk