From a8d9fc970f0efea6f0fdd38ecbfaea4eac5dadad Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 14:13:17 +0000 Subject: - added `tntnet-config --cxxflags` to CXXFLAGS --- httpd/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3