diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-14 05:09:17 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-14 05:09:17 +0200 |
commit | ede9e902729b0ef56e853c63efa0c63c8c2f3458 (patch) | |
tree | fa36000fb9b3d426c07ab29c0ba724dfbc8b1e83 /configure.ac | |
parent | 48fbe1b4c148bac646841de164a0d1c51f44dd0a (diff) | |
download | librpm-tizen-ede9e902729b0ef56e853c63efa0c63c8c2f3458.tar.gz librpm-tizen-ede9e902729b0ef56e853c63efa0c63c8c2f3458.tar.bz2 librpm-tizen-ede9e902729b0ef56e853c63efa0c63c8c2f3458.zip |
Move generating rpm.pc from configure into Makefile.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index afb295ac6..a617b01d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1067,7 +1067,7 @@ AC_CONFIG_SUBDIRS(db3) AC_PATH_PROG(AUTOM4TE,autom4te,:) -AC_CONFIG_FILES([ Doxyfile Makefile rpm.pc +AC_CONFIG_FILES([ Doxyfile Makefile rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile po/Makefile.in scripts/Makefile misc/Makefile |