diff options
author | jbj <devnull@localhost> | 2002-05-30 15:08:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-30 15:08:46 +0000 |
commit | 3c1ca5b1aabc175d4e7948e6e0f8eb90315495ea (patch) | |
tree | 7c70e36062f567bc14baeeac215b55ca76b89f7a /xmlspec/Makefile | |
parent | b2048a714003e34bb415c991c8c082dde4db8280 (diff) | |
download | librpm-tizen-3c1ca5b1aabc175d4e7948e6e0f8eb90315495ea.tar.gz librpm-tizen-3c1ca5b1aabc175d4e7948e6e0f8eb90315495ea.tar.bz2 librpm-tizen-3c1ca5b1aabc175d4e7948e6e0f8eb90315495ea.zip |
Add -I../rpmdb and -I../popt
CVS patchset: 5456
CVS date: 2002/05/30 15:08:46
Diffstat (limited to 'xmlspec/Makefile')
-rw-r--r-- | xmlspec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlspec/Makefile b/xmlspec/Makefile index 0367c7831..6b4fb2aaf 100644 --- a/xmlspec/Makefile +++ b/xmlspec/Makefile @@ -8,7 +8,7 @@ CPPSRCS = XMLAttrs.cpp XMLChangelog.cpp XMLFiles.cpp XMLMacro.cpp \ XMLMirror.cpp XMLParser.cpp XMLPackage.cpp XMLRequires.cpp \ XMLScript.cpp XMLSource.cpp XMLSpec.cpp xml2spec.cpp CPPOBJS = $(CPPSRCS:.cpp=.o) -INCS = -I. -I.. -I../build -I../lib -I../rpmio +INCS = -I. -I.. -I../build -I../lib -I../rpmdb -I../rpmio -I../popt LIBDIR = #-L../build/.libs LIBS = -lexpat -lrpm -lrpmbuild -lrpmdb -lrpmio -lpopt |