aboutsummaryrefslogtreecommitdiff
path: root/externals/extra/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-11 21:52:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-11 21:52:40 +0000
commitb7a0b612ecb405c85ce092eb9b29203aa52af0a1 (patch)
tree6276bedd7bfc3dabf9dcb840ea968bf47642551a /externals/extra/Makefile
parent5af7081222ef801b23857fb904c78d0798f5d0df (diff)
install extra-meta.pd to make this a libdir
svn path=/trunk/; revision=14706
Diffstat (limited to 'externals/extra/Makefile')
-rw-r--r--externals/extra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/extra/Makefile b/externals/extra/Makefile
index f551eec9..393f3408 100644
--- a/externals/extra/Makefile
+++ b/externals/extra/Makefile
@@ -128,6 +128,7 @@ install: all install-doc install-exec install-special
# install all the weird old kludgey build stuff here
install-special:
$(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
+ $(INSTALL_DATA) extra-meta.pd $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_DATA) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_DATA) $(EXPR_OBJECTS) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_DATA) $(SOURCES:.c=-help.pd) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)