libfuse/Makefile.am

20 lines
321 B
Makefile
Raw Normal View History

2001-11-07 20:09:43 +08:00
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
2008-06-16 22:16:02 +08:00
SUBDIRS = @subdirs2@
2002-03-01 15:47:35 +08:00
EXTRA_DIST = \
2004-11-09 05:11:53 +08:00
fuse.pc.in \
2004-01-08 00:44:52 +08:00
README* \
2004-01-27 00:05:34 +08:00
Filesystems \
2004-11-11 18:33:58 +08:00
FAQ \
2005-03-25 20:19:43 +08:00
doc/how-fuse-works \
2007-10-17 00:57:25 +08:00
doc/kernel.txt \
doc/Doxyfile
2004-11-09 05:11:53 +08:00
2005-11-16 21:00:24 +08:00
pkgconfigdir = @pkgconfigdir@
2004-11-09 05:11:53 +08:00
pkgconfig_DATA = fuse.pc
$(pkgconfig_DATA): config.status