diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-25 22:30:24 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:23:47 -0400 |
commit | 1e4e7b71e1938daa9b2b9718a9f54c69017a9ef5 (patch) | |
tree | d133142bfb49ad0f6c5e0bd50313867672e9a726 /src/journal-remote/Makefile | |
parent | 5937a4d4f263a5a3254e081c6dbb1ea2f860d471 (diff) |
Move network-related journal programs to src/journal-remote/
Directory src/journal has become one of the largest directories,
and since systemd-journal-gatewayd, systemd-journal-remote, and
forthcoming systemd-journal-upload are all closely related, create
a separate directory for them.
Diffstat (limited to 'src/journal-remote/Makefile')
l--------- | src/journal-remote/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal-remote/Makefile b/src/journal-remote/Makefile new file mode 120000 index 0000000000..d0b0e8e008 --- /dev/null +++ b/src/journal-remote/Makefile @@ -0,0 +1 @@ +../Makefile
\ No newline at end of file |