diff options
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) |