diff options
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 #----------------------------------------------------------------------- |