Move core protocol libraries into wayland/ subdirectory

This commit is contained in:
Kristian Høgsberg 2010-09-14 11:13:18 -04:00
parent 76b43326a5
commit 6dd08ebbe1
20 changed files with 69 additions and 61 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-client.pc])
AC_CONFIG_FILES([config.mk wayland/wayland-server.pc wayland/wayland-client.pc])
AC_OUTPUT