diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-17 15:30:01 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-17 15:30:01 +0200 |
commit | 7460a8db5d22c736e99ff95d123d9518432637d2 (patch) | |
tree | 7563332db11695d44682eaf0e30413c25445fe1b /Makefile.am | |
parent | cd760eaa96af8854a89fb61a7a859a45ee7654ea (diff) | |
download | rpm-7460a8db5d22c736e99ff95d123d9518432637d2.tar.gz rpm-7460a8db5d22c736e99ff95d123d9518432637d2.tar.bz2 rpm-7460a8db5d22c736e99ff95d123d9518432637d2.zip |
Drop db3 from dist subdirs
- db3/configure is covered by EXTRA_DIST already
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 441bec907..70d7591ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ SUBDIRS += db3 endif SUBDIRS += lua rpmio rpmdb lib build python scripts doc . tests -DIST_SUBDIRS = po misc db3 lua rpmio rpmdb lib build python scripts doc tests +DIST_SUBDIRS = po misc lua rpmio rpmdb lib build python scripts doc tests pkgconfigdir = $(libdir)/pkgconfig |