Install the pkgconfig files
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Jan 2011 15:55:45 +0000 (10:55 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Jan 2011 15:55:45 +0000 (10:55 -0500)
Lost the install rule when we converted to automake.

wayland/Makefile.am

index 6e48eb8..1814064 100644 (file)
@@ -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)