diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ -20,11 +25,6 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = config src #----------------------------------------------------------------------- -# Includes -#----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am - -#----------------------------------------------------------------------- # Additional Variables & Rules: PODS #----------------------------------------------------------------------- PODS = README.pod |