aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-22 03:28:17 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-22 03:28:17 -0400
commit42b25a53509db9ceab7af7fc9ea22847ea67141c (patch)
tree036f6cab2baef01e36aa7e6f369e951705167435
parente47a6d5ec7f3c11b4fa900fd1842061ed919fe8f (diff)
downloaddbfs-42b25a53509db9ceab7af7fc9ea22847ea67141c.tar.gz
Rename glib-app-skeleton to fuse-db project.
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac6
-rw-r--r--dbfs.c (renamed from skeleton.c)0
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index fe64d5d..df0c0a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,10 @@
INCLUDES = @GLIB_CFLAGS@
-sbin_PROGRAMS = skeleton
+sbin_PROGRAMS = dbfs
-skeleton_SOURCES = skeleton.c
-skeleton_LDADD = @GLIB_LIBS@
+dbfs_SOURCES = dbfs.c
+dbfs_LDADD = @GLIB_LIBS@
EXTRA_DIST = autogen.sh
diff --git a/configure.ac b/configure.ac
index c09d8bf..1236881 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,11 +17,11 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(skeleton, 0.1, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-db, 0.1, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
-AC_CONFIG_SRCDIR([skeleton.c])
+AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])
-AC_CONFIG_HEADERS([skeleton-config.h])
+AC_CONFIG_HEADERS([dbfs-config.h])
dnl Make sure anyone changing configure.ac/Makefile.am has a clue
AM_MAINTAINER_MODE
diff --git a/skeleton.c b/dbfs.c
index 8602f95..8602f95 100644
--- a/skeleton.c
+++ b/dbfs.c