Browse Source

Install modgui

pull/5/head
falkTX 8 years ago
parent
commit
6e1aa7ba02
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      Makefile
  2. +1
    -1
      dpf

+ 5
- 1
Makefile View File

@@ -6,7 +6,7 @@

include Makefile.mk

all: libs plugins gen
all: libs plugins modguis gen

# --------------------------------------------------------------

@@ -18,6 +18,10 @@ endif
plugins: libs
$(MAKE) all -C plugins/Nekobi

modguis: plugins
cp -r modguis/Nekobi.modgui/modgui bin/Nekobi.lv2/
cp modguis/Nekobi.modgui/manifest.ttl bin/Nekobi.lv2/modgui.ttl

gen: plugins dpf/utils/lv2_ttl_generator
@$(CURDIR)/dpf/utils/generate-ttl.sh
ifeq ($(MACOS),true)


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 8e7dcb435892f046fae9bc59c1ef2fbdb256887e
Subproject commit e0a6ebf25188be6c3b88d7458c16646784420b90

Loading…
Cancel
Save