diff options
| author | 2009-09-12 13:45:27 +0200 | |
|---|---|---|
| committer | 2009-09-12 13:45:27 +0200 | |
| commit | 6654fe1c804625431812eda2bed2a7ba7eaeba00 (patch) | |
| tree | 09917c75528803419426c1d6ac770f20f748d3d3 /src | |
| parent | 2f4f9909f926267389778a01622b6454634f0013 (diff) | |
| download | ifuse-6654fe1c804625431812eda2bed2a7ba7eaeba00.tar.gz ifuse-6654fe1c804625431812eda2bed2a7ba7eaeba00.tar.bz2 | |
Rename binary to ifuse again and install to user bin directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 9 | 
1 files changed, 2 insertions, 7 deletions
| 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 | 
