diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-31 17:45:43 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-31 17:46:57 +0200 |
commit | b7678c0a40898debdf7396c84967411efbfaf345 (patch) | |
tree | ce6e67c89864578f280b16a7ff1295f89ff71d40 /rpm.pc.in | |
parent | 81660b26bc8e2c03f55cf928955f7ed84e00785a (diff) | |
download | librpm-tizen-b7678c0a40898debdf7396c84967411efbfaf345.tar.gz librpm-tizen-b7678c0a40898debdf7396c84967411efbfaf345.tar.bz2 librpm-tizen-b7678c0a40898debdf7396c84967411efbfaf345.zip |
Drop unnecessary trailing slash in pkgconfig includedir
Diffstat (limited to 'rpm.pc.in')
-rw-r--r-- | rpm.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ Version: @VERSION@ URL: http://rpm.org # Requires: # Conflicts: -Cflags: -I${includedir}/ +Cflags: -I${includedir} Libs: -L${libdir} -lrpm -lrpmio Libs.private: -lpopt -lrt -lpthread @WITH_SELINUX_LIB@ @WITH_SQLITE3_LIB@ @WITH_DB_LIB@ @WITH_BZ2_LIB@ @WITH_ZLIB_LIB@ @WITH_NSS_LIB@ @WITH_LUA_LIB@ |