diff options
author | Richard Jones <rjones@redhat.com> | 2009-06-08 10:01:42 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-06-08 10:01:42 +0100 |
commit | fa8cb5dac284bf463677380e5ef55370f447d870 (patch) | |
tree | 0d04360c7897b75a0cc50b34b9ea43c19f935c37 /fish/Makefile.am | |
parent | 85d7e275b5460df6f075a6931cbaed7d0a0dcb7c (diff) | |
download | libguestfs-fa8cb5dac284bf463677380e5ef55370f447d870.tar.gz libguestfs-fa8cb5dac284bf463677380e5ef55370f447d870.tar.xz libguestfs-fa8cb5dac284bf463677380e5ef55370f447d870.zip |
Added 'lcd' command to guestfish.
Diffstat (limited to 'fish/Makefile.am')
-rw-r--r-- | fish/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index b3782eca..5f888946 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -24,7 +24,9 @@ guestfish_SOURCES = \ echo.c \ edit.c \ fish.c \ - fish.h + fish.h \ + lcd.c + guestfish_CFLAGS = \ -I$(top_builddir)/src -Wall \ -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' |