From 5768c0adf5f4cbc7036bfc14c81b9732f1c416b1 Mon Sep 17 00:00:00 2001 From: Balasubramanian Kandasamy Date: Tue, 16 Jun 2015 13:56:28 +0200 Subject: [PATCH] Updated CMakeLists.txt to include rpm-docker directory --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f18a388825a..586119b2ffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)