2
# Copyright (C) 2010 PrimeBase Technologies GmbH, Germany
4
# This program is free software; you can redistribute it and/or modify it under
5
# the terms of the GNU General Public License as published by the Free Software
6
# Foundation; version 2 of the License.
8
# This program is distributed in the hope that it will be useful, but WITHOUT
9
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
# You should have received a copy of the GNU General Public License along with
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
14
# Place, Suite 330, Boston, MA 02110-1301 USA
19
title=PrimeBase Media Stream Daemon
20
description=Provides BLOB streaming service for storage engines
22
cxxflags=-DDRIZZLED -DPBMS_VERSION=0.5.14-beta
23
build_conditional="${ac_cv_libcurl}" = "yes"
28
sources=src/plugin_ms.cc
32
src/connection_handler_ms.cc
43
src/systab_backup_ms.cc
44
src/systab_cloud_ms.cc
46
src/systab_httpheader_ms.cc
48
src/systab_variable_ms.cc
49
src/system_table_ms.cc
55
src/cslib/CSDirectory.cc
57
src/cslib/CSException.cc
59
src/cslib/CSHTTPStream.cc
66
src/cslib/CSS3Protocol.cc
69
src/cslib/CSStorage.cc
72
src/cslib/CSStrUtil.cc
77
src/cslib/CSSys_unix.cc
79
headers=src/backup_ms.h
82
src/connection_handler_ms.h
85
src/cslib/CSDirectory.h
87
src/cslib/CSException.h
90
src/cslib/CSHTTPStream.h
97
src/cslib/CSS3Protocol.h
100
src/cslib/CSStorage.h
103
src/cslib/CSStrUtil.h
124
src/systab_backup_ms.h
125
src/systab_cloud_ms.h
127
src/systab_httpheader_ms.h
129
src/systab_variable_ms.h
130
src/system_table_ms.h
146
src/cslib/CSSys_win.cc