diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-04-08 08:31:33 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-04-08 08:31:33 +0200 |
commit | 710a8858a930a13da8dabbba61d64eb8f420b448 (patch) | |
tree | 62c976a11d6719f67788d5e9e813a8e9944aca23 /Makefile.am | |
parent | 74dd72d559911bd56f9865a273c355e4e2e48fae (diff) | |
parent | c8cf4dc1e52335eb67823c3c4fa066578e016608 (diff) |
Merge pull request #2985 from keszybz/lldp-assert
Replace if with assert_cc in lldp code and a build-sys tweak
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6ee5aaa403..d670ae1984 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1383,6 +1383,9 @@ pkgconfigdata_DATA += \ nodist_rpmmacros_DATA = \ src/core/macros.systemd +BUILT_SOURCES += \ + src/core/triggers.systemd + EXTRA_DIST += \ src/core/systemd.pc.in \ src/core/macros.systemd.in \ |