OSDN Git Service

Distribute new file: architecture.h.
authorJim Meyering <meyering@redhat.com>
Tue, 18 Dec 2007 08:24:52 +0000 (09:24 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Dec 2007 08:24:52 +0000 (09:24 +0100)
libparted/Makefile.am (libparted_la_SOURCES): Add architecture.h.

libparted/Makefile.am

index 8e20a7d..6f52193 100644 (file)
@@ -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               \