Fixed build, install & clean for modules

This commit is contained in:
Bob Polis
2021-01-25 19:56:38 +01:00
parent f8cd0a77ac
commit 489de843c8
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ else
REALNAME := $(SONAME).$(MINOR)
endif
PREFIX ?= ..
PREFIX ?= ../..
LIBDIR ?= $(PREFIX)/plugins
SRCS := $(wildcard *.cpp)

View File

@ -14,7 +14,7 @@ else
REALNAME := $(SONAME).$(MINOR)
endif
PREFIX ?= ..
PREFIX ?= ../..
LIBDIR ?= $(PREFIX)/plugins
SRCS := $(wildcard *.cpp)

View File

@ -14,7 +14,7 @@ else
REALNAME := $(SONAME).$(MINOR)
endif
PREFIX ?= ..
PREFIX ?= ../..
LIBDIR ?= $(PREFIX)/plugins
SRCS := $(wildcard *.cpp)