diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2010-11-24 19:49:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-24 22:28:43 +0100 |
commit | 46891d97b25d171603c66a512310a53e3cc78af6 (patch) | |
tree | a65f21991d5866161b813f873aad3e16f9030a87 /Makefile.am | |
parent | 382a0310f67ca87c40155847a036937e2f4177fa (diff) |
build-sys: distribute introspect.awk
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 a615c3ff2e..eb63c5d56d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -317,7 +317,8 @@ EXTRA_DIST = \ units/fsck@.service.in \ units/fsck-root.service.in \ units/quotacheck.service.in \ - systemd.pc.in + systemd.pc.in \ + introspect.awk if TARGET_FEDORA dist_systemunit_DATA += \ |