From e9372d1375b01e8aa47bc6e848ddbbf139fe9cb8 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 7 Mar 2009 19:51:54 +0000 Subject: + updated 'hello' example external: eliminate build-time dependence on svn:special symlinks svn path=/trunk/externals/moocow/; revision=10844 --- hello/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hello/Makefile.am') diff --git a/hello/Makefile.am b/hello/Makefile.am index 4575483..487aa58 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -9,14 +9,14 @@ #----------------------------------------------------------------------- # Includes #----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am +include $(top_srcdir)/common/pdexternal.am ##----------------------------------------------------------------------- ## Options & Subdirectories ##----------------------------------------------------------------------- ##-- aclocal options (top level only) -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I common/m4 ## --- automake options (top level only) #AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip @@ -38,8 +38,8 @@ endif EXTRA_PROGRAMS = goodbye ##-- sources -hello_SOURCES = hello.c mooPdUtils.h -goodbye_SOURCES = goodbye.c mooPdUtils.h +hello_SOURCES = hello.c common/mooPdUtils.h +goodbye_SOURCES = goodbye.c common/mooPdUtils.h ##-- patches pdexterns_DATA = heynow.pd -- cgit v1.2.1