Mercurial > hg > vamp-plugin-sdk
diff Makefile.in @ 304:bdfc949cd9ed
* Install n3 file
author | cannam |
---|---|
date | Fri, 21 May 2010 12:54:56 +0000 |
parents | 38c638894360 |
children | ebc47e614cf5 |
line wrap: on
line diff
--- a/Makefile.in Thu May 20 14:40:56 2010 +0000 +++ b/Makefile.in Fri May 21 12:54:56 2010 +0000 @@ -191,6 +191,9 @@ PLUGIN_CAT = \ $(EXAMPLEDIR)/vamp-example-plugins.cat +PLUGIN_TTL = \ + $(EXAMPLEDIR)/vamp-example-plugins.n3 + HOST_HEADERS = \ $(HOSTDIR)/system.h @@ -263,6 +266,7 @@ cp $(RDFGEN_TARGET) $(DESTDIR)$(INSTALL_BINARIES) cp $(PLUGIN_TARGET) $(DESTDIR)$(INSTALL_PLUGINS) cp $(PLUGIN_CAT) $(DESTDIR)$(INSTALL_PLUGINS) + cp $(PLUGIN_TTL) $(DESTDIR)$(INSTALL_PLUGINS) cp $(API_HEADERS) $(DESTDIR)$(INSTALL_API_HEADERS) cp $(SDK_HEADERS) $(DESTDIR)$(INSTALL_SDK_HEADERS) cp $(HOSTSDK_HEADERS) $(DESTDIR)$(INSTALL_HOSTSDK_HEADERS)