configure: Clean up EXTRA_DIST

This commit is contained in:
TingPing 2014-01-20 02:38:32 -05:00
parent f7e3be4849
commit 10a03f2216
5 changed files with 4 additions and 8 deletions

View File

@ -4,5 +4,5 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po src plugins data SUBDIRS = po src plugins data
EXTRA_DIST = autogen.sh EXTRA_DIST = autogen.sh data

View File

@ -1,4 +1,4 @@
EXTRA_DIST = INSTALL LICENSE README EXTRA_DIST = INSTALL LICENSE
libdir = $(hexchatlibdir) libdir = $(hexchatlibdir)

View File

@ -1,7 +1,6 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
EXTRA_DIST = fe-text/fe-text.c \ EXTRA_DIST = version-script
fe-text/README fe-text/fe-text.h version-script
if DO_TEXT if DO_TEXT
text_fe = fe-text text_fe = fe-text

View File

@ -9,8 +9,7 @@ EXTRA_DIST = \
remote-object.xml \ remote-object.xml \
marshallers.list \ marshallers.list \
example.py \ example.py \
org.hexchat.service.service.in \ org.hexchat.service.service.in
README
BUILT_SOURCES = \ BUILT_SOURCES = \
marshallers.h \ marshallers.h \

View File

@ -2,8 +2,6 @@ localedir = $(datadir)/locale
bin_PROGRAMS = hexchat-text bin_PROGRAMS = hexchat-text
EXTRA_DIST = README
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS) hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)