diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-15 04:02:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-15 04:02:51 +0000 |
commit | ac9f400e059d265b5189954e28da9b3026923d4e (patch) | |
tree | ba1d72cb8e652b191066e1557ca462555ca9073c /Makefile | |
parent | 5afdc57e1ed01ea93386755581b30eedca28daf2 (diff) |
install pddplink.tcl file needed for [pddplink]
svn path=/trunk/externals/pddp/; revision=13451
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)))) |