summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31f8db2..368b854 100644
--- a/Makefile
+++ b/Makefile
@@ -141,6 +141,7 @@ all: subdirs libvdr-$(PLUGIN).so
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared -export-dynamic $(OBJS) $(LIBS) -o $@
+ @mkdir -p $(LIBDIR)
@cp $@ $(LIBDIR)/$@.$(APIVERSION)