]> granicus.if.org Git - sudo/commitdiff
libtool wants to install stuff from .libs so fake one up for binary
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 12 Sep 2004 16:08:25 +0000 (16:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 12 Sep 2004 16:08:25 +0000 (16:08 +0000)
installations.

Makefile.in

index 8f5685eccc5907f9adf595c562fb83c1e4f1764c..83b56b9b830434c4fb797c640421fd6f1ee1f685 100644 (file)
@@ -378,6 +378,8 @@ bindist:
          if [ -f sudo_noexec.la ]; then \
            cp libtool $$tdir ; \
            $(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la `pwd`/$$tdir ; \
+           ln $$tdir/sudo_noexec.la $$tdir/sudo_noexec.lai ; \
+           ln -s . $$tdir/.libs ; \
          fi ; \
          cp $(srcdir)/INSTALL.binary $$tdir/INSTALL ; \
          sh ./config.status --file=Makefile.binary && cp Makefile.binary $$tdir/Makefile ; \