From 9f2c1bd9096cbf382c864737a6565e5487767ce2 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 22 Oct 2010 15:00:49 +0300 Subject: Move librpmsign to its own subdirectory in the sources --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 17a565685..4983ca954 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ endif if WITH_LUAEXT SUBDIRS += luaext endif -SUBDIRS += rpmio lib build scripts fileattrs doc . tests +SUBDIRS += rpmio lib sign build scripts fileattrs doc . tests if ENABLE_PYTHON SUBDIRS += python @@ -29,7 +29,7 @@ if ENABLE_PLUGINS SUBDIRS += plugins endif -DIST_SUBDIRS = po misc luaext rpmio lib build python scripts fileattrs doc tests plugins +DIST_SUBDIRS = po misc luaext rpmio lib sign build python scripts fileattrs doc tests plugins pkgconfigdir = $(libdir)/pkgconfig @@ -78,7 +78,7 @@ pkginclude_HEADERS += lib/rpmtypes.h pkginclude_HEADERS += lib/rpmvf.h pkginclude_HEADERS += lib/rpmplugins.h -pkginclude_HEADERS += lib/rpmsign.h +pkginclude_HEADERS += sign/rpmsign.h pkginclude_HEADERS += build/rpmbuild.h pkginclude_HEADERS += build/rpmfc.h -- cgit v1.2.3