summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-08-10 14:12:05 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-08-11 08:56:13 -0400
commita661f263b4ff9e3b15267df461bc9197abf19934 (patch)
tree10f1629228b8d6ab11cac459ca1f5df310a4a573 /configure.ac
parent4fe1a3ed3a031eea5ebb5f23ab70d5c1f99d298f (diff)
Name libraries -client and -server for consistency
Instead of wayland-server and wayland...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ffe3e9..4ab0955 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,5 +25,5 @@ AC_CHECK_LIB(expat, XML_ParserCreate, [EXPAT_LIBS="-lexpat"],
[AC_MSG_ERROR([Can't find expat library. Please install expat.])])
AC_SUBST(EXPAT_LIBS)
-AC_CONFIG_FILES([config.mk wayland-server.pc wayland.pc])
+AC_CONFIG_FILES([config.mk wayland-server.pc wayland-client.pc])
AC_OUTPUT