summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-18 14:18:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-18 14:18:11 +0100
commitca6aabe84b997949700eed602624fa325559705c (patch)
tree2bb743c19aff41199a58eda376566dd19d2ef16e /Makefile
parentdac9932ef0b219bc69b73d9d15d8c539de961045 (diff)
downloadvdr-ca6aabe84b997949700eed602624fa325559705c.tar.gz
vdr-ca6aabe84b997949700eed602624fa325559705c.tar.bz2
Added 'libsi' include files to the 'include' directory, so that plugins can use them
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1f13a6e..ce38c3db 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.64 2004/01/16 13:16:17 kls Exp $
+# $Id: Makefile 1.65 2004/01/18 14:16:53 kls Exp $
.DELETE_ON_ERROR:
@@ -132,6 +132,8 @@ $(SILIB):
include-dir:
@mkdir -p include/vdr
@(cd include/vdr; for i in ../../*.h; do ln -fs $$i .; done)
+ @mkdir -p include/libsi
+ @(cd include/libsi; for i in ../../libsi/*.h; do ln -fs $$i .; done)
# Plugins: