summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 14:13:17 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 14:13:17 +0000
commita8d9fc970f0efea6f0fdd38ecbfaea4eac5dadad (patch)
treee29a1b9724829d08439c5c768fa05b5fd0520747
parent8c41befcea4aba66fa9312191740a012ca78b588 (diff)
downloadvdr-plugin-live-a8d9fc970f0efea6f0fdd38ecbfaea4eac5dadad.tar.gz
vdr-plugin-live-a8d9fc970f0efea6f0fdd38ecbfaea4eac5dadad.tar.bz2
- added `tntnet-config --cxxflags` to CXXFLAGS
-rw-r--r--httpd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/httpd/Makefile b/httpd/Makefile
index 0dae6bf..6aa448c 100644
--- a/httpd/Makefile
+++ b/httpd/Makefile
@@ -3,8 +3,14 @@ AR ?= ar
CXXFLAGS ?= -O2 -Woverloaded-virtual -Wall -fPIC
+CXXFLAGS += `tntnet-config --cxxflags`
+
+### Includes and Defines (add further entries here):
+
INCLUDES += -I.
+### The object files (add further files here):
+
OBJS = dispatcher.o job.o regex.o worker.o \
listener.o poller.o tntnet.o