aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james>2009-05-06 01:05:01 +0000
committerjames <james>2009-05-06 01:05:01 +0000
commitc776f71d60ab9edcc6faa29acaa6a92acaff945d (patch)
treec1304014f73196824007dc2dc65a873e690ab13e
parenta6b1ebc71b36ed18ad3f2f2685067b5cd4a78f14 (diff)
downloadgpt-c776f71d60ab9edcc6faa29acaa6a92acaff945d.tar.gz
gpt-c776f71d60ab9edcc6faa29acaa6a92acaff945d.tar.bz2
gpt-c776f71d60ab9edcc6faa29acaa6a92acaff945d.zip
*** empty log message ***
-rw-r--r--Makefile.am8
-rwxr-xr-xautogen.sh7
-rwxr-xr-xbstrap18
-rwxr-xr-xmaintainer/bootstrap24
-rw-r--r--src/guid.c2
5 files changed, 16 insertions, 43 deletions
diff --git a/Makefile.am b/Makefile.am
index c3e861a..aae0f00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,12 +5,18 @@
# Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
# All rights reserved.
#
-# $Id: Makefile.am,v 1.1 2007/09/08 16:49:37 root Exp $
+# $Id: Makefile.am,v 1.2 2009/05/06 01:05:01 james Exp $
#
# $Log: Makefile.am,v $
+# Revision 1.2 2009/05/06 01:05:01 james
+# *** empty log message ***
+#
# Revision 1.1 2007/09/08 16:49:37 root
# *** empty log message ***
#
#
#
SUBDIRS=src
+
+EXTRA_DIST=version-files version-major version-minor version-micro version-md5sums version-stamps
+
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..9210344
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+#
+aclocal
+autoheader
+autoconf
+automake -a -c
diff --git a/bstrap b/bstrap
deleted file mode 100755
index 66634f1..0000000
--- a/bstrap
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# bstrap:
-#
-# Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id: bstrap,v 1.1 2007/09/08 16:49:37 root Exp $
-#
-# $Log: bstrap,v $
-# Revision 1.1 2007/09/08 16:49:37 root
-# *** empty log message ***
-#
-#
-#
-#
-maintainer/bootstrap
-./configure --prefix=/tmp
diff --git a/maintainer/bootstrap b/maintainer/bootstrap
deleted file mode 100755
index 664776c..0000000
--- a/maintainer/bootstrap
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# bootstrap:
-#
-# Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id: bootstrap,v 1.1 2007/09/08 16:49:37 root Exp $
-#
-# $Log: bootstrap,v $
-# Revision 1.1 2007/09/08 16:49:37 root
-# *** empty log message ***
-#
-#
-#
-#
-#
-#libtoolize -f -c --automake
-aclocal
-autoheader
-autoconf
-automake -a -c
-automake -a -c Makefile
-automake -a -c src/Makefile
diff --git a/src/guid.c b/src/guid.c
index b7d73cc..ba453ae 100644
--- a/src/guid.c
+++ b/src/guid.c
@@ -14,6 +14,8 @@ static struct known_struct
{
GUID_TYPE_LINUX_EXT3, "linux-ext3"},
{
+ GUID_TYPE_LINUX_EXT3, "windows-ntfs"},
+ {
GUID_TYPE_LINUX_SWAP, "linux-swap"},
{
GUID_TYPE_APPLE_HFS, "apple-hfs"},