2
# Copyright (c) 2006, 2009, Innobase Oy. All Rights Reserved.
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 02111-1307 USA
19
title=PrimeBase Media Stream Daemon
20
description=Provides BLOB streaming service for storage engines
21
sources=src/ha_pbms.cc
23
libs=plugin/pbms/libpbms.la
24
cflags=-DDRIZZLED -std=c99
25
cxxflags=-DDRIZZLED -Wno-long-long -Wno-overloaded-virtual