Skip to content

Commit

Permalink
* Install vsthost as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Mar 1, 2006
1 parent ebbb0fb commit 546727c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

DSSIDIR = /usr/local/lib/dssi
BINDIR = /usr/local/bin
CXXFLAGS = -I./vstsdk2.4/pluginterfaces/vst2.x -Wall
LDFLAGS =

Expand All @@ -26,8 +27,10 @@ all: $(TARGETS)

install: all
mkdir -p $(DSSIDIR)/dssi-vst
mkdir -p $(BINDIR)
install dssi-vst.so $(DSSIDIR)
install dssi-vst-server.exe.so dssi-vst-server dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
install vsthost $(BINDIR)

clean:
rm -f $(OBJECTS) libremoteplugin.a
Expand Down

0 comments on commit 546727c

Please sign in to comment.