From 4630d331bf9eb80e0f1c09cecfb9a0698b188a30 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 14 Feb 2009 21:45:40 +0000 Subject: + fixed debug-vs-optimization buglet in ax_pd_external.m4 svn path=/trunk/externals/moocow/; revision=10777 --- hello/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'hello') diff --git a/hello/Makefile.am b/hello/Makefile.am index 46b4286..4575483 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -6,8 +6,14 @@ # Process this file with Automake to create Makefile.in. #----------------------------------------------------------------------- +#----------------------------------------------------------------------- +# Includes +#----------------------------------------------------------------------- +include $(top_srcdir)/pdexternal.am + ##----------------------------------------------------------------------- ## Options & Subdirectories +##----------------------------------------------------------------------- ##-- aclocal options (top level only) ACLOCAL_AMFLAGS = -I m4 @@ -19,11 +25,6 @@ AUTOMAKE_OPTIONS = foreign ## --- recursion subdirectories #SUBDIRS = config src -#----------------------------------------------------------------------- -# Includes -#----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am - ##----------------------------------------------------------------------- ## Pd Externals: hacked _PROGRAMS #----------------------------------------------------------------------- -- cgit v1.2.1