From 5fe2a76158b91923a1e1ce3eca6115fc03bdd89e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 21 Apr 2009 21:34:03 +0000 Subject: Update to new shared object naming svn path=/trunk/libnsgif/; revision=7208 --- Makefile | 2 +- libnsgif.pc.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e3cb4be..4e45fb8 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif include build/makefiles/Makefile.top # Extra installation rules -I := /include/libnsgif$(major-version) +I := /include INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libnsgif.h INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT) diff --git a/libnsgif.pc.in b/libnsgif.pc.in index 7e22bf4..d27eb6f 100644 --- a/libnsgif.pc.in +++ b/libnsgif.pc.in @@ -6,5 +6,5 @@ includedir=${prefix}/include Name: libnsgif Description: Provides gif loading and conversion Version: VERSION -Libs: -L${libdir} -lnsgifMAJOR -Cflags: -I${includedir}/libnsgifMAJOR +Libs: -L${libdir} -lnsgif +Cflags: -I${includedir} -- cgit v1.2.3