diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-24 23:28:20 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-24 23:28:20 (EST) |
commit | a05dd644a2cfb4c3b0219c24e29916d891b6d628 (patch) | |
tree | d7c237136fc8e905b18dcde5949aebf9871d3056 | |
parent | 29a085712a5b7921b478571d7ca7a2960384fe76 (diff) |
Makefile.am: Distribute $(EXTRA_libopkbuild_sources)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 451f2d2..2212cd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,7 @@ EXTRA_DIST = \ autogen.sh \ mksysconf.in \ $(libopkbuild_sources) \ + $(EXTRA_libopkbuild_sources) \ $(man1_sources) \ $(man3_sources) \ $(locale_sources) \ |