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

Legend:
Removed from v.58  
changed lines
  Added in v.62

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