1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

Don't install Makefile.in files for web UI when using CMake

This commit is contained in:
Mike Gelfand 2015-11-05 22:48:27 +00:00
parent a2881dfece
commit 7502dcc439

View file

@ -474,6 +474,7 @@ endforeach()
if(ENABLE_DAEMON OR ENABLE_GTK OR ENABLE_QT)
install(DIRECTORY web DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${TR_NAME}
PATTERN *.am EXCLUDE
PATTERN *.in EXCLUDE
PATTERN *.scss EXCLUDE)
endif()