root/trunk/fuse/Makefile.am
@
31
| Revision 31, 345 bytes (checked in by zany, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | ## Process this file with automake to produce Makefile.in |
| 2 | |
| 3 | AM_CFLAGS = -Wall -W -Wmissing-declarations -Wmissing-prototypes \ |
| 4 | -O2 @FUSE_CFLAGS@ |
| 5 | |
| 6 | LDADD = @FUSE_LIBS@ \ |
| 7 | -lobexftp -lmulticobex -lbfb \ |
| 8 | @OPENOBEX_LIBS@ \ |
| 9 | -lbluetooth |
| 10 | |
| 11 | obexfs_SOURCES = obexfs.c |
| 12 | |
| 13 | obexautofs_SOURCES = obexautofs.c |
| 14 | |
| 15 | bin_PROGRAMS = obexfs obexautofs |
Note: See TracBrowser
for help on using the browser.
