summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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