diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2016-11-04 21:32:01 +0100 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2016-11-11 23:22:07 +0100 |
| commit | fdb4b69e839db08f686e744c0dfeff8890068491 (patch) | |
| tree | ecbf2a2e3294c17263444579768eb0e1203b8cfa /base/symkey/src | |
| parent | 22ca258a846fe95dde281b15be067e6f3e304127 (diff) | |
Generalized list of files in CMakeLists.txt.
The list of source and class files in some CMake files have been
generalized to allow renaming Java packages without changing the
CMake files again.
https://fedorahosted.org/pki/ticket/6
Diffstat (limited to 'base/symkey/src')
| -rw-r--r-- | base/symkey/src/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/symkey/src/CMakeLists.txt b/base/symkey/src/CMakeLists.txt index 8455d592e..118c29b92 100644 --- a/base/symkey/src/CMakeLists.txt +++ b/base/symkey/src/CMakeLists.txt @@ -11,7 +11,7 @@ find_file(JSS_JAR # build symkey javac(symkey-classes SOURCES - com/netscape/symkey/*.java + *.java CLASSPATH ${JSS_JAR} OUTPUT_DIR @@ -23,8 +23,6 @@ jar(symkey-jar ${CMAKE_BINARY_DIR}/dist/symkey.jar INPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/classes - FILES - com/netscape/symkey/*.class DEPENDS symkey-classes ) |
