diff options
| author | thlo <smarttv640@gmail.com> | 2013-03-17 09:48:39 +0100 |
|---|---|---|
| committer | thlo <t.lohmar@gmx.de> | 2013-03-17 09:48:39 +0100 |
| commit | 466ca961fb9c09d056216c8fa7052bb185a710a7 (patch) | |
| tree | 8dc8d329a1ad08af70385d92695631e2cfb922a8 /Makefile | |
| parent | 4865ce807e4a32c03e285c051bdd55c6d71e61dc (diff) | |
| download | vdr-plugin-smarttvweb-466ca961fb9c09d056216c8fa7052bb185a710a7.tar.gz vdr-plugin-smarttvweb-466ca961fb9c09d056216c8fa7052bb185a710a7.tar.bz2 | |
Change VDRDIR in Makefile. First version of new Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -25,10 +25,8 @@ endif ### The directory environment: -#VDRDIR = ../../.. -VDRDIR = /usr/include/vdr -LIBDIR = . -#LIBDIR = ../../lib +VDRDIR = ../../.. +LIBDIR = ../../lib TMPDIR = /tmp ### Allow user defined options to overwrite defaults: |
