diff options
author | jbj <devnull@localhost> | 1999-09-26 17:28:00 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-26 17:28:00 +0000 |
commit | bc0955ad3c26524eef366a9e66a889d38a05b12f (patch) | |
tree | ef02eedc5ce148670d49fc134a493cd592a7305d /build/Makefile.am | |
parent | d6f997e62d7bce0f24623ba8acfe3280fd6caf82 (diff) | |
download | rpm-bc0955ad3c26524eef366a9e66a889d38a05b12f.tar.gz rpm-bc0955ad3c26524eef366a9e66a889d38a05b12f.tar.bz2 rpm-bc0955ad3c26524eef366a9e66a889d38a05b12f.zip |
Solaris compilation.
CVS patchset: 3332
CVS date: 1999/09/26 17:28:00
Diffstat (limited to 'build/Makefile.am')
-rw-r--r-- | build/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 9efe29c07..4bdf48ef8 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -6,7 +6,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/popt \ - @INCPATH@ + @INCPATH@ \ + -I$(top_srcdir)/misc pkgincdir = $(pkgincludedir) pkginc_HEADERS = rpmbuild.h rpmspec.h |