/[public]/psiconv/trunk/lib/psiconv/Makefile.am
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 163 Revision 242
1INCLUDES=-I.. -I../../compat 1INCLUDES=-I.. -I../../compat
2 2
3lib_LTLIBRARIES = libpsiconv.la 3lib_LTLIBRARIES = libpsiconv.la
4libpsiconv_la_SOURCES = error.c misc.c checkuid.c list.c buffer.c data.c \ 4libpsiconv_la_SOURCES = configuration.c error.c misc.c checkuid.c list.c \
5 buffer.c data.c image.c unicode.c \
5 parse_common.c parse_driver.c parse_formula.c \ 6 parse_common.c parse_driver.c parse_formula.c \
6 parse_layout.c parse_image.c parse_page.c \ 7 parse_layout.c parse_image.c parse_page.c \
7 parse_simple.c parse_texted.c parse_word.c \ 8 parse_simple.c parse_texted.c parse_word.c \
8 parse_sheet.c \ 9 parse_sheet.c \
9 generate_simple.c generate_layout.c generate_driver.c \ 10 generate_simple.c generate_layout.c generate_driver.c \
10 generate_common.c generate_texted.c generate_page.c \ 11 generate_common.c generate_texted.c generate_page.c \
11 generate_word.c generate_image.c 12 generate_word.c generate_image.c
12libpsiconv_la_LDFLAGS = -version-info 6:0:0 13libpsiconv_la_LDFLAGS = -version-info 10:0:4
13libpsiconv_la_LIBADD = ../../compat/libcompat.la 14libpsiconv_la_LIBADD = ../../compat/libcompat.la
15libpsiconv_la_CFLAGS = -DPSICONVETCDIR=\"@PSICONVETCDIR@\"
14 16
15psiconvincludedir = $(includedir)/psiconv 17psiconvincludedir = $(includedir)/psiconv
16psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h \ 18psiconvinclude_HEADERS = configuration.h data.h parse.h list.h \
19 parse_routines.h \
17 generate_routines.h generate.h common.h buffer.h 20 error.h generate_routines.h generate.h common.h \
21 buffer.h unicode.h general.h
22noinst_HEADERS = image.h

Legend:
Removed from v.163  
changed lines
  Added in v.242

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26