From 10a03f2216a55b922b36971c7a5f763c642a7ce2 Mon Sep 17 00:00:00 2001 From: TingPing Date: Mon, 20 Jan 2014 02:38:32 -0500 Subject: [PATCH] configure: Clean up EXTRA_DIST --- Makefile.am | 2 +- plugins/fishlim/Makefile.am | 2 +- src/Makefile.am | 3 +-- src/common/dbus/Makefile.am | 3 +-- src/fe-text/Makefile.am | 2 -- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 53a0796a..882caf13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,5 +4,5 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po src plugins data -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh data diff --git a/plugins/fishlim/Makefile.am b/plugins/fishlim/Makefile.am index 49a79160..255ea0c3 100644 --- a/plugins/fishlim/Makefile.am +++ b/plugins/fishlim/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = INSTALL LICENSE README +EXTRA_DIST = INSTALL LICENSE libdir = $(hexchatlibdir) diff --git a/src/Makefile.am b/src/Makefile.am index d789a24f..d870aa0d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = fe-text/fe-text.c \ - fe-text/README fe-text/fe-text.h version-script +EXTRA_DIST = version-script if DO_TEXT text_fe = fe-text diff --git a/src/common/dbus/Makefile.am b/src/common/dbus/Makefile.am index 75d485b4..bad6f611 100644 --- a/src/common/dbus/Makefile.am +++ b/src/common/dbus/Makefile.am @@ -9,8 +9,7 @@ EXTRA_DIST = \ remote-object.xml \ marshallers.list \ example.py \ - org.hexchat.service.service.in \ - README + org.hexchat.service.service.in BUILT_SOURCES = \ marshallers.h \ diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index cbc721db..c4182803 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -2,8 +2,6 @@ localedir = $(datadir)/locale bin_PROGRAMS = hexchat-text -EXTRA_DIST = README - AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)