From 71fba3445db0e890234f54677a0a23e872226344 Mon Sep 17 00:00:00 2001 From: Taj Muhammad Khan Date: Fri, 8 Mar 2013 16:06:17 +0100 Subject: [PATCH] removed reference to submodule osl/ from Makefile.am --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 69f4d45..002498a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,11 +39,6 @@ # ############################################################################# -if BUNDLED_OSL - MAYBE_OSL = osl - OSL_LA = $(top_builddir)/osl/source/libosl.la -endif - SUBDIRS = $(MAYBE_OSL) doc DIST_SUBDIRS = $(MAYBE_OSL) doc ACLOCAL_AMFLAGS = -I m4 -- 2.11.4.GIT