Expand private include file names to be relative to $(top_srcdir)
authorRalf Corsépius <corsepiu@fedoraproject.org>
Fri, 23 Nov 2007 10:47:48 +0000 (11:47 +0100)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Fri, 23 Nov 2007 10:47:48 +0000 (11:47 +0100)
tools/debugedit.c
tools/hashtab.c

index 8dacac7646cbbb917a0411e9832252902d9a17f0..d187f24fb5d712dcb99fc9ef0038e91d7b029908 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <rpmio.h>
 #include <rpmpgp.h>
-#include "hashtab.h"
+#include "tools/hashtab.h"
 
 #define DW_TAG_partial_unit 0x3c
 
index e4985456c1c1bc95236f323b4a0830d48e3f9368..7bd576df2725378f3daca8316426f5381caa6e2b 100644 (file)
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA.  */
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
-#include "hashtab.h"
+#include "tools/hashtab.h"
 
 /* This macro defines reserved value for empty table entry. */
 
This page took 0.057824 seconds and 5 git commands to generate.