aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-23 23:39:27 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-23 23:39:27 +0200
commit4eed36910fa73cfe3fe62530850d427e6841e14f (patch)
tree9436a1b6512db6fe164e609e356ec39da820c705 /example/Makefile.am
parentcdea3acc2b065a7da1ff96fbdaf9c854192c189b (diff)
downloadlibfuse-4eed36910fa73cfe3fe62530850d427e6841e14f.tar.gz
Added examples/printcap
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am2
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@