cleanup old cmake includes

This commit is contained in:
Chris Cromer 2017-10-16 18:40:55 -03:00
parent 57ba63f87f
commit c624d5f741
8 changed files with 2 additions and 7 deletions

View File

@ -256,5 +256,5 @@ end
*pixmap: data/pixmaps/package-upgrade.png
# These depends are needed to enable parallel builds
include: src/pamac-manager/CMakeDepends.txt
include: src/CMakeSymlinks.txt

View File

@ -143,4 +143,4 @@ install(CODE "MESSAGE (\"
* Run 'sudo ldconfig' to complete installation *
************************************************
\") " )
\") " )include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeSymlinks.txt)

View File

@ -1 +0,0 @@
add_dependencies(pamac-install Pamac)

View File

@ -91,4 +91,3 @@ if(HAVE_VALADOC)
${CMAKE_INSTALL_DATAROOTDIR}/doc/pamac
)
endif()
include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeDepends.txt)

View File

@ -1 +0,0 @@
add_dependencies(pamac-system-daemon AUR Pamac)

View File

@ -1 +0,0 @@
add_dependencies(pamac-tray Pamac AUR)

View File

@ -1 +0,0 @@
add_dependencies(pamac-user-daemon Pamac AUR)