diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-14 21:45:40 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-14 21:45:40 +0000 |
commit | 4630d331bf9eb80e0f1c09cecfb9a0698b188a30 (patch) | |
tree | 949d18dbc6c266b8f1270fbd3ec1c98d16251e65 /hello | |
parent | e8e1fa70fed8e5aa3949fcc0b77ceac47e7ba9fb (diff) |
+ fixed debug-vs-optimization buglet in ax_pd_external.m4
svn path=/trunk/externals/moocow/; revision=10777
Diffstat (limited to 'hello')
-rw-r--r-- | hello/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
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 #----------------------------------------------------------------------- |