Skip to content

Commit 6057931

Browse files
committed
Add .pc for easy to detect this package
1 parent 070ad8e commit 6057931

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ AM_CONDITIONAL([WITH_TEST], [test "$ac_cv_ruby_available" = "yes"])
8989

9090
AC_CONFIG_FILES([
9191
Makefile
92+
groonga-normalizer-mysql.pc
9293
normalizers/Makefile
9394
test/Makefile
9495
])

groonga-normalizer-mysql.pc.in

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugin_name=normalizers/mysql
2+
3+
Name: groonga-normalizer-mysql
4+
Description: A MySQL compatible normalizer plugin for groonga
5+
Version: @VERSION@

0 commit comments

Comments
 (0)