diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 04:04:51 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 04:04:51 +0200 |
commit | 01e8b50b4f0565e0a2871f8c78398c43eace02a0 (patch) | |
tree | 1eb96bc82c07573230ff34760e908aea7cc8d40e | |
parent | de39738bbdb0cb6fac7d4f9ee15cdd94d8ca24b4 (diff) |
EXTRA_DIST cleanup
-rw-r--r-- | plugins/checksum/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/doat/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/sasl/Makefile.am | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/plugins/checksum/Makefile.am b/plugins/checksum/Makefile.am index 7c0eb686..6e6904a4 100644 --- a/plugins/checksum/Makefile.am +++ b/plugins/checksum/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = INSTALL LICENSE README - libdir = $(hexchatlibdir)/plugins lib_LTLIBRARIES = checksum.la diff --git a/plugins/doat/Makefile.am b/plugins/doat/Makefile.am index 5ed0ba7a..b119ee95 100644 --- a/plugins/doat/Makefile.am +++ b/plugins/doat/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = - libdir = $(hexchatlibdir)/plugins lib_LTLIBRARIES = doat.la diff --git a/plugins/sasl/Makefile.am b/plugins/sasl/Makefile.am index 0a9d169f..2324450c 100644 --- a/plugins/sasl/Makefile.am +++ b/plugins/sasl/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = - libdir = $(hexchatlibdir)/plugins lib_LTLIBRARIES = sasl.la |