[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Tue Dec 18 08:29:16 UTC 2007


 libparted/Makefile.am    |    3 ++-
 libparted/architecture.c |    1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit e2b7ffedeae70e80ecc30472129133ddb9379017
Author: Jim Meyering <meyering at redhat.com>
Date:   Tue Dec 18 09:24:52 2007 +0100

    Distribute new file: architecture.h.
    
    libparted/Makefile.am (libparted_la_SOURCES): Add architecture.h.

diff --git a/libparted/Makefile.am b/libparted/Makefile.am
index 8e20a7d..6f52193 100644
--- a/libparted/Makefile.am
+++ b/libparted/Makefile.am
@@ -17,7 +17,8 @@ lib_LTLIBRARIES	      =	libparted.la
 libparted_la_LDFLAGS  = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
 						-release $(LT_RELEASE)
 libparted_la_SOURCES  = debug.c			\
-			architecture.c	\
+			architecture.c		\
+			architecture.h		\
 			device.c		\
 			exception.c		\
 			filesys.c		\

commit 9cff281da2c9eb4c140fbeec6fcb6d4e07f355be
Author: Jim Meyering <meyering at redhat.com>
Date:   Tue Dec 18 09:22:34 2007 +0100

    libparted/architecture.c: Include <config.h>.

diff --git a/libparted/architecture.c b/libparted/architecture.c
index c102563..b97dbb5 100644
--- a/libparted/architecture.c
+++ b/libparted/architecture.c
@@ -16,6 +16,7 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <config.h>
 #include "architecture.h"
 
 const PedArchitecture* ped_architecture;



More information about the Parted-commits mailing list