diff options
| author | 2008-10-08 09:10:49 -0700 | |
|---|---|---|
| committer | 2008-10-08 09:10:49 -0700 | |
| commit | 45e45cc5109b27ea8281047f4376ad587858f83e (patch) | |
| tree | 8e2b7a9708903589cdef906aafc108a325c035b3 | |
| parent | 12b128bcdb67f7427c1e216ec6f42c45281bfccf (diff) | |
| download | ifuse-45e45cc5109b27ea8281047f4376ad587858f83e.tar.gz ifuse-45e45cc5109b27ea8281047f4376ad587858f83e.tar.bz2 | |
Fixed the build process, so it actually installs now.
| -rw-r--r-- | src/Makefile.am | 6 | 
1 files 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 | 
