source: FTPfs/curlftpfs-0.9.1/tests/Makefile.am @ 10

Last change on this file since 10 was 10, checked in by zsjheng, 16 years ago
File size: 318 bytes
Line 
1EXTRA_DIST = run_tests.sh
2
3noinst_PROGRAMS = ftpfs-ls_unittest
4
5AM_CPPFLAGS = -DFUSE_USE_VERSION=25
6
7ftpfs_ls_unittest_SOURCES = ftpfs-ls_unittest.c
8if FUSE_OPT_COMPAT
9ftpfs_ls_unittest_LDADD = ../libcurlftpfs.a ../compat/libcompat.la
10else
11ftpfs_ls_unittest_LDADD = ../libcurlftpfs.a
12endif
13
14test: all
15  @./run_tests.sh
Note: See TracBrowser for help on using the repository browser.