diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-04 12:02:35 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-04 12:02:35 +0200 |
commit | a55cbae783e4413f10df04495668272126a1e6cc (patch) | |
tree | f6189678368ad1593b80b502c68ed99a1e516e58 /rpmdb/Makefile.am | |
parent | 00165b6ee8ce6064e55e15f0b08d7b465f3c5537 (diff) | |
download | rpm-a55cbae783e4413f10df04495668272126a1e6cc.tar.gz rpm-a55cbae783e4413f10df04495668272126a1e6cc.tar.bz2 rpm-a55cbae783e4413f10df04495668272126a1e6cc.zip |
Add db.h to BUILT_SOURCES.
Diffstat (limited to 'rpmdb/Makefile.am')
-rw-r--r-- | rpmdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 683a3a732..a01b04cf5 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -168,7 +168,7 @@ rpmdb_verify_LDADD = \ $(top_builddir)/$(WITH_DB_SUBDIR)/util_sig.o \ librpmdb.la -BUILT_SOURCES = tagtbl.c +BUILT_SOURCES = tagtbl.c db.h check_PROGRAMS += tdbi tdbi_SOURCES = tdbi.c |