aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
commitebdb02259cb24baa17e8a1c0e276fadce6114453 (patch)
tree1e959fb88fc467e5723c2dd5700a5dd5e72ab5ac /config
parentd6e8cff18b7895847b3a0890bd2a2b7c3015718e (diff)
+ eliminated build-time dependence on svn:special symlinks
svn path=/trunk/externals/moocow/pdstring/; revision=10845
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am2
-rw-r--r--config/Makefile.in8
2 files changed, 5 insertions, 5 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index 96aac87..b7f1c06 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -7,4 +7,4 @@
#-----------------------------------------------------------------------
# Includes
#-----------------------------------------------------------------------
-include $(top_srcdir)/pdexternal.am
+include $(top_srcdir)/common/pdexternal.am
diff --git a/config/Makefile.in b/config/Makefile.in
index 6e37f47..a725abc 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -39,10 +39,10 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(top_srcdir)/pdexternal.am depcomp install-sh missing
+ $(top_srcdir)/common/pdexternal.am depcomp install-sh missing
subdir = config
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pd_external.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
@@ -197,7 +197,7 @@ all: all-am
.SUFFIXES:
.SUFFIXES: .@PDEXT@ .pod .txt .html
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/pdexternal.am $(am__configure_deps)
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/common/pdexternal.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -235,7 +235,7 @@ CTAGS:
distdir: $(DISTFILES)
- $(mkdir_p) $(distdir)/..
+ $(mkdir_p) $(distdir)/../common
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \