You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/xsp/files/aclocal-fix.patch

14 lines
227 B

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,2 @@
SUBDIRS=build man src test tools scripts packaging lib
ACLOCAL_AMFLAGS += -I build/m4
-
-if UNITTESTS
-SUBDIRS += unittests
-endif
-
-if BUILD_DOCS
-SUBDIRS += docs
-endif