diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2018-03-20 21:04:16 +0100 |
---|---|---|
committer | Thomas Daede <daede003@umn.edu> | 2018-03-20 18:02:37 -0700 |
commit | c8391c2b267a7faf9a09df66b1f7d324e9eb7766 (patch) | |
tree | 6862a1f352076967cc77cf98e21d2431b4c328c6 | |
parent | 572618e3f50f214a875d72b631115b67450fa939 (diff) | |
download | ogg-git-c8391c2b267a7faf9a09df66b1f7d324e9eb7766.tar.gz |
Include CMake build scripts in release archives
Fixes xiph/ogg#35
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0736064..db9f376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ pkgconfig_DATA = ogg.pc EXTRA_DIST = README.md AUTHORS CHANGES COPYING \ libogg.spec libogg.spec.in \ ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \ - macosx win32 + macosx win32 CMakeLists.txt dist-hook: for item in $(EXTRA_DIST); do \ |