commit | a661f263b4ff9e3b15267df461bc9197abf19934 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Aug 10 14:12:05 2010 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Aug 11 08:56:13 2010 -0400 |
tree | 10f1629228b8d6ab11cac459ca1f5df310a4a573 | |
parent | 4fe1a3ed3a031eea5ebb5f23ab70d5c1f99d298f [diff] [blame] |
Name libraries -client and -server for consistency Instead of wayland-server and wayland...
diff --git a/configure.ac b/configure.ac index 1ffe3e9..4ab0955 100644 --- a/configure.ac +++ b/configure.ac
@@ -25,5 +25,5 @@ [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