summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-04-21 20:56:46 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-04-21 20:56:46 +0000
commit688096d2c6fb3341f719997fcbf6d63ae87de786 (patch)
tree88d1a55e660b143f5635999031bdac972831cfff /Makefile
parentfb8254ee4d30b7371f2b26319dc9e9348d3abc42 (diff)
downloadlibparserutils-688096d2c6fb3341f719997fcbf6d63ae87de786.tar.gz
libparserutils-688096d2c6fb3341f719997fcbf6d63ae87de786.tar.bz2
Update libparserutils to use the new shared object stuff
svn path=/trunk/libparserutils/; revision=7204
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2de8fc8..5fd670e 100644
--- a/Makefile
+++ b/Makefile
@@ -30,19 +30,19 @@ include build/makefiles/Makefile.top
# Extra installation rules
Is := include/parserutils
-I := /include/parserutils$(major-version)/parserutils
+I := /include/parserutils
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/errors.h;$(Is)/functypes.h;$(Is)/parserutils.h;$(Is)/types.h
Is := include/parserutils/charset
-I := /include/parserutils$(major-version)/parserutils/charset
+I := /include/parserutils/charset
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/codec.h;$(Is)/mibenum.h;$(Is)/utf16.h;$(Is)/utf8.h
Is := include/parserutils/input
-I := /include/parserutils$(major-version)/parserutils/input
+I := /include/parserutils/input
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/inputstream.h
Is := include/parserutils/utils
-I := /include/parserutils$(major-version)/parserutils/utils
+I := /include/parserutils/utils
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/buffer.h;$(Is)/stack.h;$(Is)/vector.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in