diff --git a/Makefile b/Makefile index 4c9400de..aa1426a1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SOURCES += dep/pffft/pffft.c dep/pffft/fftpack.c SOURCES += $(wildcard src/*.c src/*/*.c) SOURCES += $(wildcard src/*.cpp src/*/*.cpp) -STANDALONE_SOURCES += $(wildcard standalone/*.cpp) +STANDALONE_SOURCES += adapters/standalone.cpp FLAGS += -fPIC LDFLAGS += -shared diff --git a/standalone/main.cpp b/adapters/standalone.cpp similarity index 100% rename from standalone/main.cpp rename to adapters/standalone.cpp