From d66659c6067ec18022718457bcf7c73145cf7b38 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 26 Dec 2014 15:40:46 +0000 Subject: allow building in subdirectory or outside source directory --- opl/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opl/examples') diff --git a/opl/examples/Makefile.am b/opl/examples/Makefile.am index 7c2c7c8a..9afcd513 100644 --- a/opl/examples/Makefile.am +++ b/opl/examples/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = -I.. +AM_CFLAGS = -I$(top_srcdir)/opl noinst_PROGRAMS=droplay -- cgit v1.2.3