diff options
Diffstat (limited to 'src/systemd-path/Makefile')
-rw-r--r-- | src/systemd-path/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd-path/Makefile b/src/systemd-path/Makefile index 19eb6bd10a..eb609cb1b9 100644 --- a/src/systemd-path/Makefile +++ b/src/systemd-path/Makefile @@ -23,6 +23,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +bin_PROGRAMS += systemd-path + systemd_path_SOURCES = \ src/path/path.c |