]> granicus.if.org Git - transmission/commitdiff
Include all CMake-related files into `make dist` output to facilitate testing
authorMike Gelfand <mikedld@mikedld.com>
Mon, 12 Jan 2015 00:54:40 +0000 (00:54 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Mon, 12 Jan 2015 00:54:40 +0000 (00:54 +0000)
Makefile.am

index 5408a472ff01b5458d18fc8ee015ee304de0cd92..473302d50cd15351ec874be1bd86f6565252ddbc 100644 (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`