Changeset 27

Show
Ignore:
Timestamp:
05/29/07 15:55:10 (3 years ago)
Author:
zany
Message:

keep users CFLAGS by Ville Skyttä

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r26 r27  
    1111# PKG_CHECK_MODULES(OBEXFTP,obexftp) 
    1212 
    13 CFLAGS="-Wall -W -Wmissing-declarations -Wmissing-prototypes" 
    14 CFLAGS="$CFLAGS -O2 -D_FILE_OFFSET_BITS=64" 
    15  
    1613AC_OUTPUT([Makefile fuse/Makefile]) 
    17  
  • trunk/fuse/Makefile.am

    r26 r27  
    11## Process this file with automake to produce Makefile.in 
     2 
     3AM_CFLAGS = -Wall -W -Wmissing-declarations -Wmissing-prototypes \ 
     4                -O2 -D_FILE_OFFSET_BITS=64  
    25 
    36LDADD =                         -lfuse -lpthread \