From 7b52b2c318e449c73146bd48c7f32145f158f3f5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 31 Mar 2010 22:47:12 -0700 Subject: Move installation of library from top-level to lib/Makefile.local We had a fairly ugly violation of modularity with the top-level Makefile.local isntalling everything, (even when the build commands for the library were down in lib/Makefile.local). --- Makefile.local | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index aa822f6a..135d26e8 100644 --- a/Makefile.local +++ b/Makefile.local @@ -104,8 +104,6 @@ notmuch: $(notmuch_client_modules) lib/libnotmuch.so notmuch.1.gz: notmuch.1 $(call quiet,gzip) --stdout $^ > $@ -SONAME = libnotmuch.so.1 - install: all notmuch.1.gz for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(libdir)/ \ $(DESTDIR)$(prefix)/include/ $(DESTDIR)$(prefix)/share/man/man1 ; \ @@ -113,9 +111,6 @@ install: all notmuch.1.gz install -d $$d ; \ done ; install notmuch $(DESTDIR)$(prefix)/bin/ - install lib/$(SONAME) $(DESTDIR)$(libdir)/ - install lib/notmuch.h $(DESTDIR)$(prefix)/include/ - ln -sf $(SONAME) $(DESTDIR)$(libdir)/libnotmuch.so install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/ ifeq ($(MAKECMDGOALS), install) @echo "" -- cgit v1.2.3