summaryrefslogtreecommitdiffstats
path: root/partx/Makefile.am
diff options
context:
space:
mode:
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 000000000..6c452a29a
--- /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