diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-03-23 03:45:45 -0500 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-07 00:05:22 +0100 |
commit | b65ee580208684655ce824b01a76a06134e13cd8 (patch) | |
tree | 8177ce7e13a1d3182bc782beadea4056373aed20 /Makefile.am | |
parent | 331b72e1a9fbaa2adf182f944d5e1d63b1c6f95f (diff) |
Provide pkg-config file
This allows other packages to check for the presence, version, and
installation directory of xkeyboard-config during configure.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a505587a..e98117e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,12 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = compat geometry keycodes keymap po rules semantics symbols types docs +pkgconfigdir = $(datadir)/pkgconfig +pkgconfig_DATA = xkeyboard-config.pc + EXTRA_DIST=config.rpath COPYING CREDITS README \ autogen.sh \ + xkeyboard-config.pc.in \ xkeyboard-config.spec \ xkeyboard-config.spec.in \ intltool-extract.in intltool-merge.in intltool-update.in |