aboutsummaryrefslogtreecommitdiff
path: root/externals/extra/Makefile
diff options
context:
space:
mode:
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)