~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                ofx_request_accountinfo.cpp \
19
19
                ofx_request_statement.cpp \
20
20
                ofx_sgml.cpp \
21
 
                ofc_sgml.cpp
 
21
                ofc_sgml.cpp \
 
22
                win32.cpp
22
23
 
23
24
noinst_HEADERS = ${top_srcdir}/inc/libofx.h \
24
25
                messages.hh \
34
35
                ofx_request_accountinfo.hh \
35
36
                ofx_request_statement.hh \
36
37
                ofx_utilities.hh \
37
 
                tree.hh
 
38
                tree.hh \
 
39
                win32.hh
38
40
 
39
41
AM_CPPFLAGS = \
40
42
        -I. \
42
44
        -I${OPENSPINCLUDES} \
43
45
        -DMAKEFILE_DTD_PATH=\"${LIBOFX_DTD_DIR}/\"
44
46
 
45
 
libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
46
 
libofx_la_LDFLAGS = -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
 
47
#libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
 
48
libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS) -lstdc++
 
49
libofx_la_LDFLAGS = -no-undefined -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
47
50
 
48
51
 
49
52