summaryrefslogtreecommitdiffstats
path: root/partx/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'partx/Makefile.am')
-rw-r--r--partx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am
index 6c452a29a..11e7cae9c 100644
--- a/partx/Makefile.am
+++ b/partx/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/include-Makefile.am
if BUILD_PARTX
-usrsbin_PROGRAMS = addpart delpart partx
+usrsbinexec_PROGRAMS = addpart delpart partx
partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c
endif