From 8614cc4cac82328d76ae725c823d7d289137a3a1 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 13 Dec 2013 08:04:45 -0500 Subject: 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 --- 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 -- cgit v0.9.1