diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-03-15 15:40:44 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-03-15 15:40:44 +0000 |
commit | 204affdb200f09ae577d75dbe1fb2760de9fbde2 (patch) | |
tree | 543beee50a38c05da79fd6a82d07665cdd015417 /externals | |
parent | 942e21c0517370cb8163562d9b5b9990d6e84863 (diff) |
forgot to install the HRTF files
svn path=/trunk/; revision=7491
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/Makefile b/externals/Makefile index fed4c8e4..ef807ae0 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -2660,6 +2660,7 @@ earplug_install: earplug --license "" \ --version "" install -p $(EARPLUG_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(EARPLUG_NAME) + install -p $(externals_src)/earplug~/earplug_data.txt $(objectsdir)/$(EARPLUG_NAME) install -d $(helpdir)/$(EARPLUG_NAME) install -p $(externals_src)/earplug~/*-help.pd \ $(helpdir)/$(EARPLUG_NAME) |