diff options
Diffstat (limited to 'xkbcomp/Makefile.am')
-rw-r--r-- | xkbcomp/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xkbcomp/Makefile.am b/xkbcomp/Makefile.am index d0e991df3..01632f1f0 100644 --- a/xkbcomp/Makefile.am +++ b/xkbcomp/Makefile.am @@ -60,6 +60,9 @@ xkbcomp_SOURCES = \ xkbpath.h \ xkbscan.c +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xkbcomp.pc + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |