6 -DCONFIGDIR=\""@smbconfigdir@"\" \
10 noinst_LTLIBRARIES = libvfs-smbfs.la
12 libvfs_smbfs_la_SOURCES = \
63 $(mkinstalldirs) $(distdir)/helpers
64 $(mkinstalldirs) $(distdir)/helpers/include
65 $(mkinstalldirs) $(distdir)/helpers/lib
66 $(mkinstalldirs) $(distdir)/helpers/libsmb
67 $(mkinstalldirs) $(distdir)/helpers/param
68 for I in $(SAMBA_DIST); do \
69 cp -p $(srcdir)/helpers/$$I $(distdir)/helpers/$$I || exit 1; \
73 if test -f helpers/Makefile; then \
74 (cd helpers && $(MAKE) mostlyclean) \
78 if test -f helpers/Makefile; then \
79 (cd helpers && $(MAKE) clean) \
83 if test -f helpers/Makefile; then \
84 (cd helpers && $(MAKE) distclean) \