diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-01-05 09:37:00 -0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-01-12 15:19:04 -0800 |
commit | 9f96db71252fc66b72c433e2ca0d49e031c6a5fd (patch) | |
tree | 494132dae14dba3de18a9013f2299cfc37cceda5 /lib/Makefile.am | |
parent | 3006686b536942f6f96675e3d12b793087e78e6a (diff) | |
download | libfuse-9f96db71252fc66b72c433e2ca0d49e031c6a5fd.tar.gz |
Added experimental support for building with Meson+Ninja
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e7f6fd4..cdacfd5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -40,4 +40,4 @@ if NETBSD libfuse3_la_LIBADD = -lperfuse -lpuffs endif -EXTRA_DIST = fuse_versionscript +EXTRA_DIST = fuse_versionscript meson.build |