From f23ebb706d3dae006b1dfeab9fd5bf833790cbf5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 27 Aug 2006 20:10:03 +0000 Subject: Create LIBDIR if'nt exist Updated some i18n text --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3