From 6088f2fb41483c0734ef274bc7c9a1e4c338c050 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 24 Mar 2009 23:46:43 +0000 Subject: Fix installation rules svn path=/trunk/libparserutils/; revision=6860 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 670ffb9..b17de12 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ I := include/parserutils INSTALL_ITEMS := $(INSTALL_ITEMS) /$(I):$(I)/errors.h;$(I)/functypes.h;$(I)/parserutils.h;$(I)/types.h I := include/parserutils/charset -INSTALL_ITEMS := $(INSTALL_ITEMS) /$(I):$(I)/codec.h;$(I)/mibenum.h;$(I)utf16.h;$(I)/utf8.h +INSTALL_ITEMS := $(INSTALL_ITEMS) /$(I):$(I)/codec.h;$(I)/mibenum.h;$(I)/utf16.h;$(I)/utf8.h -I := include/parserutils/inputstream +I := include/parserutils/input INSTALL_ITEMS := $(INSTALL_ITEMS) /$(I):$(I)/inputstream.h I := include/parserutils/utils -- cgit v1.2.3