aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-15 04:02:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-15 04:02:51 +0000
commitac9f400e059d265b5189954e28da9b3026923d4e (patch)
treeba1d72cb8e652b191066e1557ca462555ca9073c
parent5afdc57e1ed01ea93386755581b30eedca28daf2 (diff)
install pddplink.tcl file needed for [pddplink]
svn path=/trunk/externals/pddp/; revision=13451
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 575e003..fbd4bc4 100644
--- a/Makefile
+++ b/Makefile
@@ -165,6 +165,7 @@ libdir_install: $(SOURCES:.c=.$(EXTENSION)) install-doc install-examples install
$(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_FILE) $(LIBRARY_NAME)-meta.pd \
$(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
+ $(INSTALL_FILE) pddplink.tcl $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
test -z "$(strip $(SOURCES))" || (\
$(INSTALL_FILE) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) && \
$(STRIP) $(addprefix $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/,$(SOURCES:.c=.$(EXTENSION))))