Updated CMakeLists.txt to include rpm-docker directory

This commit is contained in:
Balasubramanian Kandasamy 2015-06-16 13:56:28 +02:00
parent cbf9494e38
commit 5768c0adf5

View File

@ -1,4 +1,4 @@
# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -415,6 +415,7 @@ IF(NOT WITHOUT_SERVER)
ENDIF()
ADD_SUBDIRECTORY(packaging/rpm-oel)
ADD_SUBDIRECTORY(packaging/rpm-sles)
ADD_SUBDIRECTORY(packaging/rpm-docker)
ENDIF()
INCLUDE(cmake/abi_check.cmake)