summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2006-08-27 20:10:03 +0000
committerAndreas Brachold <vdr07@deltab.de>2006-08-27 20:10:03 +0000
commitf23ebb706d3dae006b1dfeab9fd5bf833790cbf5 (patch)
tree4c1adb9bb01df42f93beff3f0c1a9f3f708a616d /Makefile
parent8235cff4678db2cb334612d4f97d9233d337a905 (diff)
downloadvdr-plugin-image-f23ebb706d3dae006b1dfeab9fd5bf833790cbf5.tar.gz
vdr-plugin-image-f23ebb706d3dae006b1dfeab9fd5bf833790cbf5.tar.bz2
Create LIBDIR if'nt exist
Updated some i18n text
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)