From ebdb02259cb24baa17e8a1c0e276fadce6114453 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/pdstring/; revision=10845 --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d3eeb8e..835b80c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,16 @@ # Process this file with Automake to create Makefile.in. #----------------------------------------------------------------------- +#----------------------------------------------------------------------- +# Includes +#----------------------------------------------------------------------- +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 @@ -19,11 +24,6 @@ AUTOMAKE_OPTIONS = foreign ## --- recursion subdirectories SUBDIRS = config src -#----------------------------------------------------------------------- -# Includes -#----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am - #----------------------------------------------------------------------- # Additional Variables & Rules: PODS #----------------------------------------------------------------------- -- cgit v1.2.1