root/trunk/fuse/Makefile.am @ 31

Revision 31, 345 bytes (checked in by zany, 3 years ago)

switching fuse to pkg-config

Line 
1## Process this file with automake to produce Makefile.in
2
3AM_CFLAGS = -Wall -W -Wmissing-declarations -Wmissing-prototypes \
4                -O2 @FUSE_CFLAGS@
5
6LDADD =                         @FUSE_LIBS@ \
7                                -lobexftp -lmulticobex -lbfb \
8                                @OPENOBEX_LIBS@ \
9                                -lbluetooth
10
11obexfs_SOURCES =                obexfs.c
12
13obexautofs_SOURCES =            obexautofs.c
14
15bin_PROGRAMS =                  obexfs obexautofs
Note: See TracBrowser for help on using the browser.