diff options
Diffstat (limited to 'mount/Makefile.am')
-rw-r--r-- | mount/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am index 927bea42..2d00d005 100644 --- a/mount/Makefile.am +++ b/mount/Makefile.am @@ -11,13 +11,13 @@ mount_SOURCES = mount.c fstab.c sundries.c xmalloc.c realpath.c mntent.c \ nfsmount.c nfsmount_xdr.c nfsmount_clnt.c \ lomount.c -mount_LDADD = $(top_srcdir)/lib/libenv.la $(top_srcdir)/lib/libsetproctitle.la +mount_LDADD = $(top_srcdir)/lib/libenv.a $(top_srcdir)/lib/libsetproctitle.a umount_SOURCES = umount.c fstab.c sundries.c xmalloc.c realpath.c mntent.c \ getusername.c get_label_uuid.c mount_by_label.c mount_blkid.c \ lomount.c -umount_LDADD = $(top_srcdir)/lib/libenv.la +umount_LDADD = $(top_srcdir)/lib/libenv.a swapon_SOURCES = swapon.c xmalloc.c \ get_label_uuid.c mount_by_label.c mount_blkid.c @@ -49,4 +49,4 @@ clean-local: install-exec-hook: chmod 4755 $(DESTDIR)$(bindir)/mount chmod 4755 $(DESTDIR)$(bindir)/umount - cd $(DESTDIR)$(bindir) && ln -sf swapon swapoff
\ No newline at end of file + cd $(DESTDIR)$(bindir) && ln -sf swapon swapoff |