From ca2bbaf251984822fdd543abb453d1ffbe4d2367 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 2 Nov 2008 18:37:29 +0000 Subject: Install a .pc file so that pkg-config works --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90f3029..c6a1934 100644 --- a/Makefile +++ b/Makefile @@ -35,3 +35,5 @@ install: install -d $(DESTDIR)$(LIBDIR) install libtermkey.so $(DESTDIR)$(LIBDIR)/$(SONAME) ln -sf $(SONAME) $(DESTDIR)$(LIBDIR)/libtermkey.so + install -d $(DESTDIR)$(LIBDIR)/pkgconfig + sed "s,@PREFIX@,$(PREFIX)," $(DESTDIR)$(LIBDIR)/pkgconfig/termkey.pc -- cgit v1.2.3-54-g00ecf