projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5772ec
)
zypp/repo added to install targets
author
Jan Kupec
<jkupec@suse.cz>
Wed, 6 Jun 2007 15:38:32 +0000
(15:38 +0000)
committer
Jan Kupec
<jkupec@suse.cz>
Wed, 6 Jun 2007 15:38:32 +0000
(15:38 +0000)
zypp/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/zypp/CMakeLists.txt
b/zypp/CMakeLists.txt
index
3500c3a
..
6e24d8d
100644
(file)
--- a/
zypp/CMakeLists.txt
+++ b/
zypp/CMakeLists.txt
@@
-1068,12
+1068,16
@@
SET( zypp_repository_SRCS
)
SET( zypp_repository_HEADERS
- repo/dummy.h
repo/RepositoryImpl.h
repo/RepoException.h
repo/RepoType.h
)
+INSTALL( FILES
+ ${zypp_repository_HEADERS}
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/zypp/repo
+)
+
SET( zypp_repository_cached_SRCS
repo/cached/RepoImpl.cc
repo/cached/PackageImpl.cc