diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:48:18 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:48:18 +0100 |
commit | c78e4767c217c20ac2b9895cad4aa918160179cf (patch) | |
tree | 554b55852e1b08a48e7b250fc82f46293767824f | |
parent | 38560be92b1a8b5782d5637cede4a74ddec35dc6 (diff) | |
download | rpm-c78e4767c217c20ac2b9895cad4aa918160179cf.tar.gz rpm-c78e4767c217c20ac2b9895cad4aa918160179cf.tar.bz2 rpm-c78e4767c217c20ac2b9895cad4aa918160179cf.zip |
Expand private include file names to be relative to $(top_srcdir)
-rw-r--r-- | rpmqv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ const char *__progname; #include <rpmbuild.h> #include <rpmdb.h> -#include "rpmdb_internal.h" /* XXX for freeing dbiTags */ +#include "rpmdb/rpmdb_internal.h" /* XXX for freeing dbiTags */ #include <rpmps.h> #include <rpmts.h> @@ -26,7 +26,7 @@ const char *__progname; #endif #if defined(IAM_RPMBT) || defined(IAM_RPMK) -#include "signature.h" +#include "lib/signature.h" #endif #include "debug.h" |