1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 22:22:58 +00:00

Include all CMake-related files into make dist output to facilitate testing

This commit is contained in:
Mike Gelfand 2015-01-12 00:54:40 +00:00
parent f73bfebd7b
commit 40c4d8ced6

View file

@ -36,6 +36,25 @@ EXTRA_DIST = \
update-version-h.sh \
Transmission.xcodeproj/project.pbxproj
EXTRA_DIST += \
CMakeLists.txt \
cmake \
cli/CMakeLists.txt \
daemon/CMakeLists.txt \
gtk/CMakeLists.txt \
libtransmission/CMakeLists.txt \
libtransmission/version.h.in \
po/CMakeLists.txt \
qt/CMakeLists.txt \
third-party/b64-01-newline.patch \
third-party/b64.cmake \
third-party/dht.cmake \
third-party/event2.cmake \
third-party/natpmp.cmake \
third-party/utp.cmake \
third-party/utp_config.h \
utils/CMakeLists.txt
dist-hook:
rm -rf `find $(distdir)/qt -name .svn`