summaryrefslogtreecommitdiff
path: root/partx/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:26:54 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:26:54 +0100
commit48d7b13a1eab85fab91c8d6c5ddf298f733c74f5 (patch)
tree8813d36590ee3361bd75f57a12fd2032e9296ddb /partx/Makefile.am
parent2ab8f9d3cec110ce8291f2525fe90239aeef8376 (diff)
downloadutil-linux-old-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.gz
Imported from util-linux-2.13-pre1 tarball.
Diffstat (limited to 'partx/Makefile.am')
-rw-r--r--partx/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am
new file mode 100644
index 00000000..6c452a29
--- /dev/null
+++ b/partx/Makefile.am
@@ -0,0 +1,8 @@
+include $(top_srcdir)/config/include-Makefile.am
+
+if BUILD_PARTX
+
+usrsbin_PROGRAMS = addpart delpart partx
+partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c
+
+endif