diff options
author | David Strauss <david@davidstrauss.net> | 2013-10-15 17:00:18 -0700 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-10-15 17:00:18 -0700 |
commit | d1b38fac57d82f0249b9e581eb0d18175f6aa74a (patch) | |
tree | 454c58862baaa7394e3ee847a07d15f0ab8857fa /Makefile.am | |
parent | ae25936d0f92472bd3365627b1d87fec9d322a98 (diff) | |
download | systemd-d1b38fac57d82f0249b9e581eb0d18175f6aa74a.tar.gz |
Rename sabridge to saproxy to be less cryptic
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 287718413b..59c5174268 100644 --- a/Makefile.am +++ b/Makefile.am @@ -300,7 +300,7 @@ bin_PROGRAMS = \ systemd-delta \ systemd-analyze \ systemd-run \ - systemd-sabridge + systemd-saproxy dist_bin_SCRIPTS = \ src/kernel-install/kernel-install @@ -3210,10 +3210,10 @@ EXTRA_DIST += \ # ------------------------------------------------------------------------------ -systemd_sabridge_SOURCES = \ - src/sabridge/sabridge.c +systemd_saproxy_SOURCES = \ + src/saproxy/saproxy.c -systemd_sabridge_LDADD = \ +systemd_saproxy_LDADD = \ libsystemd-shared.la \ libsystemd-logs.la \ libsystemd-journal-internal.la \ @@ -3221,7 +3221,7 @@ systemd_sabridge_LDADD = \ libsystemd-daemon.la \ libsystemd-bus.la -systemd_sabridge_CFLAGS = \ +systemd_saproxy_CFLAGS = \ $(AM_CFLAGS) # ------------------------------------------------------------------------------ |