summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-12-13 08:04:45 (EST)
committer Paul Barker <paul@paulbarker.me.uk>2013-12-17 16:00:35 (EST)
commit8614cc4cac82328d76ae725c823d7d289137a3a1 (patch)
treea6fed777122f6cf98bbddbed1c3c86e8e8d34fca
parentf6303f97df56b35fec31e3b31f75cbc0b7a7715d (diff)
Revert "Makefile.am: Remove libopkg/config.h from distribution archive"
This reverts commit 1626f26e15b0e52fde34348f36e114a954a66565. The 'opkg-dist' and 'opkg-distdir' targets are no longer needed. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 05dc9d4..da4ef69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,12 +35,3 @@ MAINTAINERCLEANFILES= \
package: all-recursive
STRIPPROG=$(STRIP) INSTALL=$$PWD/install-sh binary-arch
-
-# Ensure libopkg/config.h doesn't slip into a distribution archive.
-# TODO: Fix headers and remove config.h from libopkg_include_HEADERS so that
-# this hack isn't needed!
-opkg-distdir: distdir
- rm -f $(distdir)/libopkg/config.h
-
-opkg-dist: opkg-distdir
- tar c $(distdir) | gzip -9 > $(distdir).tar.gz