Install the pkgconfig files

Lost the install rule when we converted to automake.
This commit is contained in:
Kristian Høgsberg 2011-01-01 10:55:45 -05:00
parent cbe6f04388
commit 0d8805ea18

View file

@ -26,6 +26,9 @@ libwayland_client_la_SOURCES = \
wayland-protocol.c \ wayland-protocol.c \
wayland-client.c wayland-client.c
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = wayland-client.pc wayland-server.pc
INCLUDES = $(FFI_CFLAGS) INCLUDES = $(FFI_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS) AM_CFLAGS = $(GCC_CFLAGS)