Need to specify -package plugins when compiling foreign binaries against hs-plugins

This commit is contained in:
Don Stewart 2005-08-19 02:08:54 +00:00
parent 3c44c98dc1
commit 2610a9cf58

View File

@ -16,7 +16,7 @@ REALBIN= $(BIN)
all: $(BIN)
$(BIN): $(SRC)
@$(GHC) $(INCLUDES) $(PKGFLAGS) $(SRC)
$(GHC) -package plugins $(INCLUDES) $(PKGFLAGS) $(SRC)
clean:
rm -rf *.hi *.o *~ $(BIN)