1 AM_CPPFLAGS=-D_REENTRANT -D_FILE_OFFSET_BITS=64 2 bin_PROGRAMS=fusesmb fusesmb.cache 3 fusesmb_SOURCES=fusesmb.c hash.c smbctx.c stringlist.c configfile.c 4 fusesmb_cache_SOURCES = cache.c hash.c stringlist.c smbctx.c configfile.c 5 noinst_HEADERS = hash.h stringlist.h smbctx.h configfile.h debug.h 6 7 # uncomment the following if fusesmb requires the math library 8 9 #EXTRA_DIST=fusesmb.lsm.in fusesmb.spec.in fusesmb.texinfo 10 EXTRA_DIST= debian fusesmb.conf.ex fusesmb.1 fusesmb.conf.5 11 12 # if you write a self-test script named `chk', uncomment the 13 # following and add `chk' to the EXTRA_DIST list 14 #TESTS=chk 15 16 # build and install the .info pages 17 #info_TEXINFOS = fusesmb.texinfo 18 #fusesmb_TEXINFOS = gpl.texinfo 19 20 # install the man pages 21 man_MANS=fusesmb.1 fusesmb.conf.5