summary refs log tree commit diff stats
path: root/src/fe-text
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-20 02:38:32 -0500
committerTingPing <tingping@tingping.se>2014-01-20 02:38:32 -0500
commit10a03f2216a55b922b36971c7a5f763c642a7ce2 (patch)
tree59cbdcaafb0f3ca0dde6e96c67a6fc639ca612be /src/fe-text
parentf7e3be4849dbf07798fa1273f5b2bff74b8bc4f7 (diff)
configure: Clean up EXTRA_DIST
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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)