/[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 10 Revision 70
1INCLUDES=-I.. 1INCLUDES=-I.. -I../../compat
2 2
3lib_LTLIBRARIES = libpsiconv.la 3lib_LTLIBRARIES = libpsiconv.la
4libpsiconv_la_SOURCES = checkuid.c data.c gen_html.c gen_html4.c gen_txt.c \ 4libpsiconv_la_SOURCES = checkuid.c data.c error.c misc.c\
5 gen_rtf.c \
6 list.c parse_aux.c parse_common.c parse_driver.c \ 5 list.c parse_common.c parse_driver.c \
7 parse_layout.c parse_image.c parse_page.c \ 6 parse_layout.c parse_image.c parse_page.c \
8 parse_simple.c parse_texted.c parse_word.c 7 parse_simple.c parse_texted.c parse_word.c
9libpsiconv_la_LDFLAGS = -version-info 2:0:2 8libpsiconv_la_LDFLAGS = -version-info 4:1:0
10libpsiconv_la_LIBADD = ../compat/libcompat.la 9libpsiconv_la_LIBADD = ../../compat/libcompat.la
11 10
12psiconvincludedir = $(includedir)/psiconv 11psiconvincludedir = $(includedir)/psiconv
13psiconvinclude_HEADERS = data.h parse.h gen.h list.h parse_routines.h 12psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h
14 13
14# There must be some automake-way to do this nicer, but for now it works.
15install-data-local:
16 $(mkinstalldirs) $(DESTDIR)$(psiconvincludedir)
17 p=general.h; \
18 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
19 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p"; \
20 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p;

Legend:
Removed from v.10  
changed lines
  Added in v.70

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