bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

allow "make distcheck" to pass once again


From: Jim Meyering
Subject: allow "make distcheck" to pass once again
Date: Tue, 18 Dec 2007 09:29:11 +0100

With the following two just-pushed patches,
"make distcheck" passes, once again.

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

        Distribute new file: architecture.h.
        * libparted/Makefile.am (libparted_la_SOURCES): Add architecture.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;

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               \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]