From a99d5ef19b0f1ed7ddb3a763f76763b5b3b843b8 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Fri, 25 Jun 2004 19:39:12 +0000 Subject: [PATCH] minor build fix svn path=/icecast/trunk/httpp/; revision=6874 --- src/httpp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/httpp/Makefile.am b/src/httpp/Makefile.am index 453a76fa..7240fd21 100644 --- a/src/httpp/Makefile.am +++ b/src/httpp/Makefile.am @@ -7,6 +7,7 @@ noinst_HEADERS = httpp.h libicehttpp_la_SOURCES = httpp.c libicehttpp_la_CFLAGS = @XIPH_CFLAGS@ +AM_CPPFLAGS = @XIPH_CPPFLAGS@ INCLUDES = -I$(srcdir)/..