[account] Empty 'loadBalance' query
[abstract.git] / storage / Makefile.am
blobe0ef86ffaa5c06c7b797ce956ae18d7edef2c62c
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 ## Copyright (C) 2006,2007 Sergey Yanovich
3 ##
4 ## This program is free software; you can redistribute it and/or modify
5 ## it under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation; either version 2, or (at your option)
7 ## any later version.
8 ##
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 include $(top_srcdir)/config/config.mk
20 AM_CXXFLAGS += -I$(top_builddir)/abstract/base
22 MODULE_CPPSRC = \
23                 aaSession.cpp \
24                 aaSaveDispatcher.cpp \
25                 aaLoadQuery.cpp \
26                 aaSaveEntity.cpp \
27                 aaLoadEntity.cpp \
28                 aaSaveObject.cpp \
29                 aaSaveFlow.cpp \
30                 aaLoadObject.cpp \
31                 aaSaveEvent.cpp \
32                 aaLoadFlow.cpp \
33                 aaLoadFlowStates.cpp \
34                 aaLoadBalance.cpp
36 ACCOUNT_CPPSRC =
38 if AA_ENABLE_TESTS
39 UNIT_TEST = libaastoraget.la libaaaccountt.la
40 libaastoraget_la_SOURCES = \
41                            $(MODULE_CPPSRC) \
42                            aaStorageTest.cpp
43 libaastoraget_la_LIBADD = -lxpcom -lxpcomglue_s
44 libaaaccountt_la_SOURCES = \
45                          $(ACCOUNT_CPPSRC) \
46                          aaAccountTest.cpp
47 libaaaccountt_la_LIBADD = -lxpcom -lxpcomglue_s
48 endif
50 component_LTLIBRARIES = $(UNIT_TEST) libaastorage.la
52 libaastorage_la_SOURCES = \
53                           $(MODULE_CPPSRC) \
54                           aaStorageModule.cpp
55 libaastorage_la_LIBADD = -lxpcom -lxpcomglue_s