From: Kay Sievers Date: Sat, 9 Apr 2016 15:04:57 +0000 (+0200) Subject: crbtree.pc: rename from libcrbtree.pc X-Git-Url: http://git.zarvox.org/shortlog/static/%24c%5B5%5D?a=commitdiff_plain;h=51d2144e7d206e6f252bc0109987b9aa5d0afa34;p=crbtree.git crbtree.pc: rename from libcrbtree.pc --- diff --git a/.gitignore b/.gitignore index 80b2be5..e9b5e3b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ /Makefile.in /install-tree -/src/libcrbtree.pc +/src/crbtree.pc /libcrbtree.so.0 /test-api diff --git a/Makefile.am b/Makefile.am index 0a8abcc..b92aa40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,13 +86,14 @@ uninstall-hook: $< > $@ pkgconfiglib_DATA += \ - src/libcrbtree.pc + src/crbtree.pc EXTRA_DIST += \ - src/libcrbtree.pc.in + src/crbtree.pc.in CLEANFILES += \ - src/libcrbtree.pc + src/crbtree.pc + # ------------------------------------------------------------------------------ # test-api diff --git a/src/libcrbtree.pc.in b/src/crbtree.pc.in similarity index 100% rename from src/libcrbtree.pc.in rename to src/crbtree.pc.in