From 6654fe1c804625431812eda2bed2a7ba7eaeba00 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 13:45:27 +0200 Subject: Rename binary to ifuse again and install to user bin directory --- src/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 11f2815..63988d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,6 @@ AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libiphone_CFLAGS) -g AM_LDFLAGS = $(libglib2_LIBS) $(libfuse_LIBS) $(libiphone_LIBS) -if WITHOUT_ROOT_SBIN -rootsbinexecdir = $(sbindir) -else -rootsbinexecdir = /sbin -endif -rootsbinexec_PROGRAMS = mount.fuse.ifuse +bin_PROGRAMS = ifuse -mount_fuse_ifuse_SOURCES = ifuse.c +ifuse_SOURCES = ifuse.c -- cgit v1.1-32-gdbae