summaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-01-01 10:55:45 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-01-01 10:55:45 -0500
commit0d8805ea18fd26d70f1c07df34d0612435e9f55a (patch)
tree5b13b3c7013020c2bd5e5932462639258311902b /wayland
parentcbe6f0438813a18a06ac88b93a1fe295b3092804 (diff)
Install the pkgconfig files
Lost the install rule when we converted to automake.
Diffstat (limited to 'wayland')
-rw-r--r--wayland/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/wayland/Makefile.am b/wayland/Makefile.am
index 6e48eb8..1814064 100644
--- a/wayland/Makefile.am
+++ b/wayland/Makefile.am
@@ -26,6 +26,9 @@ libwayland_client_la_SOURCES = \
wayland-protocol.c \
wayland-client.c
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = wayland-client.pc wayland-server.pc
+
INCLUDES = $(FFI_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)