mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
Include all CMake-related files into make dist
output to facilitate testing
This commit is contained in:
parent
f73bfebd7b
commit
40c4d8ced6
1 changed files with 19 additions and 0 deletions
19
Makefile.am
19
Makefile.am
|
@ -36,6 +36,25 @@ EXTRA_DIST = \
|
||||||
update-version-h.sh \
|
update-version-h.sh \
|
||||||
Transmission.xcodeproj/project.pbxproj
|
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:
|
dist-hook:
|
||||||
rm -rf `find $(distdir)/qt -name .svn`
|
rm -rf `find $(distdir)/qt -name .svn`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue