diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-11 21:52:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-11 21:52:40 +0000 |
commit | b7a0b612ecb405c85ce092eb9b29203aa52af0a1 (patch) | |
tree | 6276bedd7bfc3dabf9dcb840ea968bf47642551a /externals/extra | |
parent | 5af7081222ef801b23857fb904c78d0798f5d0df (diff) |
install extra-meta.pd to make this a libdir
svn path=/trunk/; revision=14706
Diffstat (limited to 'externals/extra')
-rw-r--r-- | externals/extra/Makefile | 1 |
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) |