[app] Display 'transaction.value' after completion (bug #25)
[abstract.git] / view / Makefile.am
blob9769eda739e77228e72c87e399d9de286506a31a
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 MODULE_CPPSRC = \
21                 aaViewUtils.cpp \
22                 aaTreeView.cpp \
23                 aaTreeViewEntity.cpp \
24                 aaTreeViewResource.cpp \
25                 aaTreeViewFlow.cpp \
26                 aaTreeViewBalance.cpp \
27                 aaTreeViewTranscript.cpp \
28                 aaPageView.cpp \
29                 aaSessionHistory.cpp
31 if AA_ENABLE_TESTS
32 UNIT_TEST = libaaviewt.la
33 libaaviewt_la_SOURCES = \
34                        $(MODULE_CPPSRC) \
35                         aaViewTest.cpp
36 libaaviewt_la_LIBADD = -lxpcom -lxpcomglue_s
37 endif
39 component_LTLIBRARIES = $(UNIT_TEST) libaaview.la
41 libaaview_la_SOURCES = \
42                        $(MODULE_CPPSRC) \
43                        aaViewModule.cpp
44 libaaview_la_LIBADD = -lxpcom -lxpcomglue_s