Mercurial > feed
changeset 16:a2bf0a93c357
Fix an include path bug
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 03 Aug 2011 08:15:10 -0400 |
parents | 0140b1662994 |
children | c3fe7f5e50b8 |
files | include/feed.h src/c/Makefile.am src/c/Makefile.in |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/include/feed.h Tue Aug 02 16:20:14 2011 -0400 +++ b/include/feed.h Wed Aug 03 08:15:10 2011 -0400 @@ -1,4 +1,4 @@ -#include <urweb/urweb.h> +#include <urweb.h> uw_unit uw_FeedFfi_init(uw_context); uw_Basis_string uw_FeedFfi_fetch(uw_context, uw_Basis_string url);
--- a/src/c/Makefile.am Tue Aug 02 16:20:14 2011 -0400 +++ b/src/c/Makefile.am Wed Aug 03 08:15:10 2011 -0400 @@ -2,5 +2,5 @@ liburweb_feed_la_SOURCES = feed.c -AM_CPPFLAGS = -I@INCLUDE@/urweb -I../../include +AM_CPPFLAGS = -I@INCLUDE@ -I../../include AM_CFLAGS = -Wimplicit -Wall -Werror
--- a/src/c/Makefile.in Tue Aug 02 16:20:14 2011 -0400 +++ b/src/c/Makefile.in Wed Aug 03 08:15:10 2011 -0400 @@ -210,7 +210,7 @@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = liburweb_feed.la liburweb_feed_la_SOURCES = feed.c -AM_CPPFLAGS = -I@INCLUDE@/urweb -I../../include +AM_CPPFLAGS = -I@INCLUDE@ -I../../include AM_CFLAGS = -Wimplicit -Wall -Werror all: all-am