diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-23 23:39:27 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-23 23:39:27 +0200 |
commit | 4eed36910fa73cfe3fe62530850d427e6841e14f (patch) | |
tree | 9436a1b6512db6fe164e609e356ec39da820c705 /example/Makefile.am | |
parent | cdea3acc2b065a7da1ff96fbdaf9c854192c189b (diff) | |
download | libfuse-4eed36910fa73cfe3fe62530850d427e6841e14f.tar.gz |
Added examples/printcap
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index c83c81f..db87ade 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -6,7 +6,7 @@ noinst_PROGRAMS = passthrough passthrough_fh null hello hello_ll \ ioctl ioctl_client poll poll_client \ passthrough_ll notify_inval_inode \ notify_store_retrieve notify_inval_entry \ - cuse cuse_client + cuse cuse_client printcap LDADD = ../lib/libfuse3.la passthrough_fh_LDADD = ../lib/libfuse3.la @passthrough_fh_libs@ |