diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 12:28:12 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 12:28:12 +0300 |
commit | 90e10708f824ff8e86b0f030d12e14329b1cf2c0 (patch) | |
tree | 7e6acf37286a04ed0d3e9f7ba0729af5a11bb878 /configure.ac | |
parent | a68a5a049e98bc8406c0e7015ad5dadbed39972d (diff) | |
download | rpm-90e10708f824ff8e86b0f030d12e14329b1cf2c0.tar.gz rpm-90e10708f824ff8e86b0f030d12e14329b1cf2c0.tar.bz2 rpm-90e10708f824ff8e86b0f030d12e14329b1cf2c0.zip |
Fixup paths and Makefiles for rpmdb/ elimination
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 04c936c75..c2ff04438 100644 --- a/configure.ac +++ b/configure.ac @@ -1028,10 +1028,10 @@ AC_DEFINE([__RPM_USES_STDINT_H__],[1],[if rpm uses stdint.h]) AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp]) -AC_CONFIG_HEADERS([rpmdb/rpmints.h]) +AC_CONFIG_HEADERS([lib/rpmints.h]) AC_CONFIG_FILES([Makefile - rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile + rpmio/Makefile lib/Makefile build/Makefile po/Makefile.in scripts/Makefile misc/Makefile doc/Makefile |