Rename guestfs-supermin-helper -> libguestfs-supermin-helper.
authorRichard Jones <rjones@trick.home.annexia.org>
Thu, 18 Jun 2009 13:27:20 +0000 (14:27 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Thu, 18 Jun 2009 13:27:20 +0000 (14:27 +0100)
.gitignore
appliance/Makefile.am
appliance/libguestfs-supermin-helper.in [moved from appliance/guestfs-supermin-helper.in with 100% similarity]
configure.ac
src/guestfs.c

index 3e5ba21..b99ffbc 100644 (file)
@@ -20,10 +20,10 @@ ChangeLog
 Makefile.in
 Makefile
 aclocal.m4
-appliance/guestfs-supermin-helper
 appliance/initramfs.*.img
 appliance/initramfs.*.supermin.hostfiles
 appliance/kmod.whitelist
+appliance/libguestfs-supermin-helper
 appliance/make.sh
 appliance/supermin-make.sh
 appliance/supermin-split.sh
index 2c8a0be..883bda5 100644 (file)
@@ -17,7 +17,7 @@
 
 EXTRA_DIST = \
        make.sh update.sh supermin-split.sh supermin-make.sh \
-       guestfs-supermin-helper \
+       libguestfs-supermin-helper \
        kmod.whitelist \
        kmod.whitelist.in
 
@@ -38,7 +38,7 @@ fs_DATA = $(APPLIANCE_FILES)
 APPLIANCE_FILES = $(INITRAMFSIMG) $(VMLINUZ)
 if SUPERMIN
 APPLIANCE_FILES += $(SUPERMINIMG) $(SUPERMINFILES) kmod.whitelist
-bin_SCRIPTS = guestfs-supermin-helper
+bin_SCRIPTS = libguestfs-supermin-helper
 endif
 
 # Don't change these names - they must be the same as in '*.sh' scripts.
@@ -92,7 +92,7 @@ endif
        cd .. && ./config.status appliance/$@
        chmod +x $@
 
-guestfs-supermin-helper: guestfs-supermin-helper.in
+libguestfs-supermin-helper: libguestfs-supermin-helper.in
        cd .. && ./config.status appliance/$@
        chmod +x $@
 
index 440a2b6..6e76017 100644 (file)
@@ -497,7 +497,7 @@ AC_CONFIG_FILES([Makefile
                 appliance/Makefile
                 appliance/make.sh appliance/update.sh
                 appliance/supermin-split.sh appliance/supermin-make.sh
-                appliance/guestfs-supermin-helper
+                appliance/libguestfs-supermin-helper
                 images/Makefile
                 capitests/Makefile
                 regressions/Makefile
@@ -513,7 +513,7 @@ AC_CONFIG_FILES([Makefile
 AC_OUTPUT
 
 dnl WTF?
-chmod +x appliance/*.sh appliance/guestfs-supermin-helper
+chmod +x appliance/*.sh appliance/libguestfs-supermin-helper
 
 dnl Produce summary.
 echo
index 20fafc1..0b56253 100644 (file)
@@ -1158,7 +1158,7 @@ build_supermin_appliance (guestfs_h *g, const char *path,
 
   snprintf (cmd, sizeof cmd,
            "PATH='%s':$PATH "
-           "guestfs-supermin-helper '%s' %s %s",
+           "libguestfs-supermin-helper '%s' %s %s",
            path,
            path, *kernel, *initrd);