aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugin-sleeptimer/files/patch-Makefile
blob: a14f1df9789b1606413b0917e30fe16d28fb5e39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I
 
 ### The object files (add further files here):
 
-OBJS = $(PLUGIN).o i18n.o
+OBJS = $(PLUGIN).o
 
 ### Implicit rules:
 
@@ -110,3 +110,6 @@ dist: clean
 clean:
    @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
    @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
+
+install:
+   ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)