diff options
author | Ted Gould <ted@ubuntu.com> | 2017-05-15 11:03:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 11:04:26 +0200 |
commit | 0f686054a7e049e0ba2f33faf779ce308f185128 (patch) | |
tree | 1d1316a2ce3c1fb3b97e77d3db47f3e70b503334 /data/Makefile.am | |
parent | 4ab9812912087fb2530a8b8d6c6d7156fb37dde7 (diff) | |
download | libayatana-indicator-0f686054a7e049e0ba2f33faf779ce308f185128.tar.gz libayatana-indicator-0f686054a7e049e0ba2f33faf779ce308f185128.tar.bz2 libayatana-indicator-0f686054a7e049e0ba2f33faf779ce308f185128.zip |
ayatana-indicator-common: Add a package to hold shared systemd targets for systemd user session.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..5a0f26e --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,3 @@ +systemd_DATA = ayatana-indicators-pre.target +systemddir = $(SYSTEMD_USERDIR) +EXTRA_DIST = $(systemd_DATA) |