From: Dominik Heidler Date: Thu, 19 May 2011 15:21:28 +0000 (+0200) Subject: don't install prompt.h X-Git-Tag: 1.6.6~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acbcfbab161b43b4e44e9c76132fbaa633e9ff5f;p=platform%2Fupstream%2Fzypper.git don't install prompt.h --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b0a263b..81b774d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -106,11 +106,6 @@ INSTALL( MESSAGE ( "** ZYpper binary will be installed in ${INSTALL_PREFIX}/bin" ) INSTALL( FILES - output/prompt.h - DESTINATION ${CMAKE_INSTALL_PREFIX}/include/zypper -) - -INSTALL( FILES output/xmlout.rnc DESTINATION ${CMAKE_INSTALL_PREFIX}/share/zypper/xml )