=== modified file 'Makefile' --- Makefile 2008-11-02 18:37:29 +0000 +++ Makefile 2008-11-02 14:22:34 +0000 @@ -35,5 +35,3 @@ 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 === removed file 'termkey.pc.in' --- termkey.pc.in 2008-11-02 18:37:29 +0000 +++ termkey.pc.in 1970-01-01 00:00:00 +0000 @@ -1,9 +0,0 @@ -prefix=@PREFIX@ -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: termkey -Description: Abstract terminal key input library -Version: 0.1 -Libs: -L${libdir} -ltermkey -Cflags: -I${includedir}