summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-21 23:11:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-21 23:11:48 +0000
commit2b303df06ea14e99e41b118b299bb0bcf58aafd5 (patch)
tree49fb4c15b8263c16540563ab6042dc7d870b2860 /Makefile
parent2b23052622dc6d4effbeee4f079561343347ebf7 (diff)
downloadlibnsfb-2b303df06ea14e99e41b118b299bb0bcf58aafd5.tar.gz
libnsfb-2b303df06ea14e99e41b118b299bb0bcf58aafd5.tar.bz2
Sync with core buildsystem changes
svn path=/trunk/libnsfb/; revision=7227
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6c1764..e94ee66 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,12 @@ CFLAGS := -g $(CFLAGS) -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src $(WARNFLAGS)
# TODO: probably want to retrieve SDL from pkg-config
-TESTLDFLAGS = -Wl,--whole-archive -l$(COMPONENT)$(major-version) -Wl,--no-whole-archive -lSDL
+TESTLDFLAGS = -Wl,--whole-archive -l$(COMPONENT) -Wl,--no-whole-archive -lSDL
include build/makefiles/Makefile.top
# Extra installation rules
-I := /include/libnsfb$(major-version)
+I := /include
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libnsfb.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)