summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/common/dbus/Makefile.am3
-rw-r--r--src/fe-text/Makefile.am2
3 files changed, 2 insertions, 6 deletions
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)