cmake: fix installation of all headers.
authorVic Lee <llyzs@163.com>
Tue, 30 Aug 2011 08:00:09 +0000 (16:00 +0800)
committerVic Lee <llyzs@163.com>
Tue, 30 Aug 2011 08:00:09 +0000 (16:00 +0800)
include/CMakeLists.txt

index 444d227..4633155 100644 (file)
@@ -17,5 +17,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-file(GLOB HEADERS "freerdp/*.h")
+file(GLOB HEADERS "freerdp/*")
 install_files(/include/freerdp FILES ${HEADERS})