File: Makefile.am

package info (click to toggle)
avfs 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,916 kB
  • sloc: ansic: 31,364; sh: 6,482; perl: 1,916; makefile: 351
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
if INSTALL_FUSE

bin_PROGRAMS = avfsd

AM_CFLAGS = -I$(top_srcdir)/include @CFLAGS@ @CPPFLAGS@

avfsd_LDFLAGS = @LDFLAGS@ @LIBS@ @FUSELIBS@
avfsd_LDADD = ../lib/libavfs_static.la
avfsd_SOURCES = avfsd.c

endif