From 1b06c674e794cea44e5e248f4738cb50268d8bc7 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 13 May 2013 21:17:11 -0700 Subject: [PATCH] Update for directory shuffle --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ee611fc..6cf47df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ C_SRC= \ C_OBJS = $(patsubst %.c,%.o,$(C_SRC)) # -DNDEBUG is here to keep hubbub from spewing out debug info to the consolo -CFLAGS += -I$(VPATH)/src -I$(VPATH)/include -I$(VPATH)/../libparserutils/include -fPIC -DNDEBUG +CFLAGS += -I$(VPATH)/src -I$(VPATH)/include -I$(VPATH)/../../libparserutils/libparserutils/include -fPIC -DNDEBUG .PHONY: all all: libhubbub.dummy