diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-09 09:42:43 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-09 09:42:43 +0200 |
commit | 6493ae7f6d89c0b10b84efecff4c33ad920e341c (patch) | |
tree | eac42127117a2c95c4b74bfcb4d9ea6d9d08d705 /GNUmakefile | |
parent | fa0ff7cd18ca8c93f96cf703d07c302e0c469020 (diff) | |
download | vconsole-6493ae7f6d89c0b10b84efecff4c33ad920e341c.tar.gz |
misc, add systemd service file
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index e89806c..76d580b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -51,6 +51,7 @@ LDLIBS += $(shell pkg-config --libs $(pkglst)) # desktop files DESKTOP := $(wildcard $(patsubst %,%.desktop,$(TARGETS))) +SERVICE := $(wildcard $(patsubst %,%.service,$(TARGETS))) ######################################################################## @@ -69,6 +70,7 @@ install: build $(INSTALL_BINARY) $(TARGETS) $(bindir) $(INSTALL_DATA) vconsole.man $(mandir)/man1/vconsole.1 $(INSTALL_DATA) $(DESKTOP) $(appdir) + $(INSTALL_DATA) $(SERVICE) /usr/lib/systemd/system valgrind: vconsole rm -f valgrind.log |