diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-16 21:38:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-16 21:38:56 +0200 |
commit | ceda54d93c9c16f24737412cfbc719e01c474ef6 (patch) | |
tree | 83595246f4954fb7bf9dc448985d78abfb0bfa0b /Makefile.am | |
parent | 73608ed994efef7f00eac0b0275ab0f7bc218af5 (diff) |
units: wire smartcard.target into Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9d52772aac..94ae6af352 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,7 +147,8 @@ dist_systemunit_DATA = \ units/var-lock.mount \ units/var-run.mount \ units/printer.target \ - units/bluetooth.target + units/bluetooth.target \ + units/smartcard.target nodist_systemunit_DATA = \ units/sysinit.target \ |