diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-04 15:02:00 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-04 15:02:00 +0000 |
commit | 64eaee28c243214e654c60b06a27212e8dcb5c02 (patch) | |
tree | 21b264c07166720513b65638feeb8fc3344530ec /pages/Makefile | |
parent | 4bfb50c7a53074fa7e4673ffdd16502c1bf72fcb (diff) | |
download | vdr-plugin-live-64eaee28c243214e654c60b06a27212e8dcb5c02.tar.gz vdr-plugin-live-64eaee28c243214e654c60b06a27212e8dcb5c02.tar.bz2 |
- optimized interface to access plugin objects from website
- moved website code to pagelib subdirectory
- introduced TimerManager that will help working on timers from a background thread
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index 8ab9c87..1e91fb6 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -7,9 +7,10 @@ CXXFLAGS ?= -O2 -Woverloaded-virtual -Wall -fPIC CXXFLAGS += `tntnet-config --cxxflags` LDFLAGS += `tntnet-config --libs` -INCLUDES += -I.. -I$(VDRDIR)/include +INCLUDES += -I.. -I../pagelib -I$(VDRDIR)/include ### The directory environment: + VDRDIR ?= ../../../.. ### The object files (add further files here): |