diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 15:23:15 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 15:23:15 +0200 |
commit | 6e2f4d1351ce1f46c35acb5754f5c072744c59ff (patch) | |
tree | 523d8b94d5a3b4581f61fcb3029861ba7cb39630 /rpmdb | |
parent | 8a4f77043520785a93a08f3df077ded30ea7cc25 (diff) | |
download | rpm-6e2f4d1351ce1f46c35acb5754f5c072744c59ff.tar.gz rpm-6e2f4d1351ce1f46c35acb5754f5c072744c59ff.tar.bz2 rpm-6e2f4d1351ce1f46c35acb5754f5c072744c59ff.zip |
Move db.h handling to toplevel Makefile.am
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 0086778f6..8ddeaa265 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -60,11 +60,6 @@ tagtbl.c: Makefile.am $(top_srcdir)/lib/rpmlib.h BUILT_SOURCES = tagtbl.c if WITH_INTERNAL_DB -nodist_librpmdb_la_SOURCES = db.h -db.h: $(top_builddir)/db3/db.h - $(LN_S) $(top_builddir)/db3/db.h $@ -BUILT_SOURCES += db.h - # XXX watchout, $(top_builddir)/db3/libdb.la created by this Makefile may surprise libdb_la = $(top_builddir)/db3/libdb.la |