diff options
author | jbj <devnull@localhost> | 1999-09-30 21:20:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-30 21:20:34 +0000 |
commit | 907e305591fab72f5c152c134bfe0a999f5d6753 (patch) | |
tree | 4defd4974540906707e77d76d980ad95de5dce41 /Makefile.am | |
parent | 46b128762bf88581fbca33d00129c32e559e2c94 (diff) | |
download | librpm-tizen-907e305591fab72f5c152c134bfe0a999f5d6753.tar.gz librpm-tizen-907e305591fab72f5c152c134bfe0a999f5d6753.tar.bz2 librpm-tizen-907e305591fab72f5c152c134bfe0a999f5d6753.zip |
Build on solaris2.6 with gcc.
CVS patchset: 3362
CVS date: 1999/09/30 21:20:34
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2ec41f4f7..59f89e0b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,9 +17,7 @@ INCLUDES = \ -I$(top_srcdir)/build \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/popt \ - @INCPATH@ \ - -I/usr/include \ - -I$(top_srcdir)/misc + @INCPATH@ mylibs= $(top_builddir)/build/librpmbuild.la \ $(top_builddir)/lib/librpm.la \ |