From 45e45cc5109b27ea8281047f4376ad587858f83e Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 8 Oct 2008 09:10:49 -0700 Subject: Fixed the build process, so it actually installs now. --- src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 67e2806..4386927 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,7 @@ -INCLUDES = -I$(top_srcdir)/include - AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) -g AM_LDFLAGS = $(libglib2_LIBS) $(libfuse_LIBS) -liphone -bin_PROGRAMS = mount.fuse.ifuse +rootsbinexecdir = /sbin +rootsbinexec_PROGRAMS = mount.fuse.ifuse mount_fuse_ifuse_SOURCES = ifuse.c -mount_fuse_ifuse_LDADD = libiphone.la -- cgit v1.1-32-gdbae