diff options
author | jbj <devnull@localhost> | 2005-01-05 04:46:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-01-05 04:46:01 +0000 |
commit | c7510bceec93c47a9176f73eea0db7900ebb8208 (patch) | |
tree | 6b7ff4a3caabd3bcfc0a6bd5a64994196912d603 /misc | |
parent | 84ec406c35efeb8fb566ceab2fb1a4796cf7b447 (diff) | |
download | librpm-tizen-c7510bceec93c47a9176f73eea0db7900ebb8208.tar.gz librpm-tizen-c7510bceec93c47a9176f73eea0db7900ebb8208.tar.bz2 librpm-tizen-c7510bceec93c47a9176f73eea0db7900ebb8208.zip |
build rpm-4.4.1-0.6.
CVS patchset: 7674
CVS date: 2005/01/05 04:46:01
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index f3569c7b1..86d7fe7de 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign -INCLUDES = -I. @INCPATH@ +INCLUDES = -I. -I$(top_srcdir) @INCPATH@ EXTRA_DIST = \ alloca.c basename.c err.c error.c \ |