diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 32853fc7..043e84a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,9 @@ endif if HAVE_CAT SUBDIRS += cat endif +if HAVE_RESCUE +SUBDIRS += rescue +endif EXTRA_DIST = \ guestfs.pod guestfs-actions.pod guestfs-structs.pod \ |