Install the pkgconfig files

Lost the install rule when we converted to automake.
dev
Kristian Høgsberg 14 years ago
parent cbe6f04388
commit 0d8805ea18
  1. 3
      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)

Loading…
Cancel
Save