mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
537 B
Diff
14 lines
537 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -566,8 +566,8 @@
|
|
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
|
|
&& DISPLAY=:$$XID && export DISPLAY
|
|
|
|
-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
|
|
-SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
|
|
+SRC_SUBDIRS = gdk gtk modules
|
|
+SUBDIRS = po po-properties $(SRC_SUBDIRS) m4macros build
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
MAINTAINERCLEANFILES = \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|