19 lines
733 B
Diff
19 lines
733 B
Diff
|
diff -up wayland-20101111/configure.ac.jx wayland-20101111/configure.ac
|
||
|
--- wayland-20101111/configure.ac.jx 2010-11-10 08:42:17.000000000 -0500
|
||
|
+++ wayland-20101111/configure.ac 2010-11-11 17:12:56.000000000 -0500
|
||
|
@@ -57,6 +57,5 @@ AC_CONFIG_FILES([wayland/wayland-server.
|
||
|
Makefile
|
||
|
wayland/Makefile
|
||
|
compositor/Makefile
|
||
|
- clients/Makefile
|
||
|
data/Makefile])
|
||
|
AC_OUTPUT
|
||
|
diff -up wayland-20101111/Makefile.am.jx wayland-20101111/Makefile.am
|
||
|
--- wayland-20101111/Makefile.am.jx 2010-11-10 08:42:17.000000000 -0500
|
||
|
+++ wayland-20101111/Makefile.am 2010-11-11 17:13:07.000000000 -0500
|
||
|
@@ -1,3 +1,3 @@
|
||
|
-SUBDIRS = wayland compositor clients data
|
||
|
+SUBDIRS = wayland compositor data
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|