diff --git a/Makefile.in b/Makefile.in index a8c41a3..a0e7aa4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -247,6 +247,12 @@ install: bin/pdata_tools $(INSTALL_DATA) man8/era_check.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/era_dump.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/era_invalidate.8 $(MANPATH)/man8 +ifeq ("@DEVTOOLS@", "yes") + ln -s -f pdata_tools $(BINDIR)/thin_ll_dump + ln -s -f pdata_tools $(BINDIR)/thin_show_duplicates + ln -s -f pdata_tools $(BINDIR)/thin_generate_metadata + ln -s -f pdata_tools $(BINDIR)/thin_scan +endif # $(INSTALL_DATA) man8/era_restore.8 $(MANPATH)/man8 diff --git a/bin/thin_ll_dump b/bin/thin_ll_dump new file mode 120000 index 0000000..84c01e7 --- /dev/null +++ b/bin/thin_ll_dump @@ -0,0 +1 @@ +pdata_tools \ No newline at end of file diff --git a/bin/thin_ll_restore b/bin/thin_ll_restore new file mode 120000 index 0000000..84c01e7 --- /dev/null +++ b/bin/thin_ll_restore @@ -0,0 +1 @@ +pdata_tools \ No newline at end of file diff --git a/bin/thin_scan b/bin/thin_scan new file mode 120000 index 0000000..84c01e7 --- /dev/null +++ b/bin/thin_scan @@ -0,0 +1 @@ +pdata_tools \ No newline at end of file