From b7a0b612ecb405c85ce092eb9b29203aa52af0a1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 11 Jan 2011 21:52:40 +0000 Subject: install extra-meta.pd to make this a libdir svn path=/trunk/; revision=14706 --- externals/extra/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'externals/extra/Makefile') 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) -- cgit v1.2.1