projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2f4d1
)
Add find-provides, find-requires, db.h to DISTCLEANFILES.
author
Ralf Corsépius
<corsepiu@fedoraproject.org>
Wed, 17 Oct 2007 13:38:33 +0000
(15:38 +0200)
committer
Ralf Corsépius
<corsepiu@fedoraproject.org>
Wed, 17 Oct 2007 13:38:33 +0000
(15:38 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
3810d47
..
82654e8
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-74,6
+74,8
@@
bin_PROGRAMS = rpm2cpio
rpmlibexec_PROGRAMS = rpmb rpmd rpmi rpmk rpmq
rpmconfig_SCRIPTS = find-provides find-requires mkinstalldirs \
config.guess config.sub
+DISTCLEANFILES = find-provides
+DISTCLEANFILES += find-requires
rpm_SOURCES = rpmqv.c debug.h system.h
rpm_CPPFLAGS = $(AM_CPPFLAGS) -DIAM_RPMDB -DIAM_RPMEIU -DIAM_RPMK -DIAM_RPMQV
@@
-359,3
+361,4
@@
db.h: $(top_builddir)/db3/db.h
$(LN_S) $(top_builddir)/db3/db.h $@
BUILT_SOURCES = db.h
endif
+DISTCLEANFILES += db.h