From 96f7d977e7605f22b3c5697aa4fe989535d4a44c Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Tue, 5 Jan 2010 22:20:15 +0000 Subject: Add qpid/cpp/packaging/NSIS files to dist; resolves QPID-2300 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896246 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/Makefile.am | 3 ++- qpid/cpp/packaging/NSIS/Makefile.am | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 qpid/cpp/packaging/NSIS/Makefile.am (limited to 'qpid/cpp') diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index 6db7ffd46e..dcbc4c10c3 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -24,7 +24,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ LICENSE NOTICE README SSL RELEASE_NOTES DESIGN \ - xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake + xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ + packaging/NSIS SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf diff --git a/qpid/cpp/packaging/NSIS/Makefile.am b/qpid/cpp/packaging/NSIS/Makefile.am new file mode 100644 index 0000000000..0ef6b1c7c7 --- /dev/null +++ b/qpid/cpp/packaging/NSIS/Makefile.am @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +EXTRA_DIST = \ + qpid-icon.ico qpid-icon.png qpid-install-banner.bmp qpid-install-banner.png -- cgit v1.2.1