~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/conv/html/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
bin_PROGRAMS = $(target_wpd2html)
8
8
 
9
 
AM_CXXFLAGS = $(LIBWPD_CXXFLAGS) $(DEBUG_CXXFLAGS) -I$(top_srcdir)/src/lib/
 
9
AM_CXXFLAGS = $(LIBWPD_CXXFLAGS) $(DEBUG_CXXFLAGS) -I$(top_srcdir)/src/lib
10
10
 
11
 
wpd2html_LDFLAGS = -L../../lib/
 
11
wpd2html_LDFLAGS = -L../../lib
12
12
wpd2html_DEPENDENCIES = @WPD2HTML_WIN32_RESOURCE@
13
13
wpd2html_LDADD = -lwpd-0.8 -lwpd-stream-0.8 $(LIBWPD_LIBS) @WPD2HTML_WIN32_RESOURCE@
14
14
 
15
15
wpd2html_SOURCES = \
16
16
        HtmlListenerImpl.cpp    \
17
17
        HtmlListenerImpl.h      \
18
 
        main.cpp
 
18
        wpd2html.cpp
19
19
 
20
20
if OS_WIN32
21
21