Name libraries -client and -server for consistency

Instead of wayland-server and wayland...
This commit is contained in:
Kristian Høgsberg 2010-08-10 14:12:05 -04:00
parent 4fe1a3ed3a
commit a661f263b4
11 changed files with 12 additions and 15 deletions

View file

@ -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