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               \


_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to