From e7bd2d1954b8e9ec7b9d5e3b1dae30ef97d69032 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 7 Mar 2009 20:58:22 +0000 Subject: + eliminated build-time dependence on svn:special symlinks svn path=/trunk/externals/moocow/; revision=10845 --- weightmap/src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'weightmap/src/Makefile.am') diff --git a/weightmap/src/Makefile.am b/weightmap/src/Makefile.am index 44a8fda..235e9bb 100644 --- a/weightmap/src/Makefile.am +++ b/weightmap/src/Makefile.am @@ -7,7 +7,7 @@ #----------------------------------------------------------------------- # Includes #----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am +include $(top_srcdir)/common/pdexternal.am ## --- recursion subdirectories #SUBDIRS = @@ -34,4 +34,6 @@ pddoc_DATA = weightmap-help.pd # sources #----------------------------------------------------------------------- -weightmap_SOURCES = weightmap.c mooPdUtils.h +weightmap_SOURCES = weightmap.c $(top_srcdir)/common/mooPdUtils.h + +AM_CPPFLAGS = -I$(top_srcdir)/common -- cgit v1.2.1