summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-10 13:44:23 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-10 13:49:28 -0500
commit4a8767bbb7392515add63d38111a90cc70dd30cd (patch)
treede79c41fbf18b890a65de7cb510c2b15884b46ca /configure.ac
parent7fdff04cdc92f9db58f11c19e93af7e8ef68f62c (diff)
Install libraries plus headers and add pkg-config files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 58b4429..5a08af5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,5 +14,5 @@ if test $CC = gcc; then
fi
AC_SUBST(GCC_CFLAGS)
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT \ No newline at end of file
+AC_CONFIG_FILES([Makefile wayland-server.pc wayland.pc])
+AC_OUTPUT