--- psiconv/trunk/program/psiconv/Makefile.in 2001/02/15 21:54:23 108 +++ psiconv/trunk/program/psiconv/Makefile.in 2001/02/16 18:49:14 109 @@ -79,7 +79,7 @@ INCLUDES = -I../.. -I../../lib -I../../compat bin_PROGRAMS = psiconv -psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c magick-aux.c +psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c gen_latex.c magick-aux.c psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@ psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h @@ -96,7 +96,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ psiconv_OBJECTS = psiconv.o gen_html.o gen_html4.o gen_txt.o gen_rtf.o \ -gen_image.o magick-aux.o +gen_image.o gen_latex.o magick-aux.o psiconv_DEPENDENCIES = ../../lib/psiconv/libpsiconv.la psiconv_LDFLAGS = CFLAGS = @CFLAGS@ @@ -112,7 +112,8 @@ TAR = tar GZIP_ENV = --best DEP_FILES = .deps/gen_html.P .deps/gen_html4.P .deps/gen_image.P \ -.deps/gen_rtf.P .deps/gen_txt.P .deps/magick-aux.P .deps/psiconv.P +.deps/gen_latex.P .deps/gen_rtf.P .deps/gen_txt.P .deps/magick-aux.P \ +.deps/psiconv.P SOURCES = $(psiconv_SOURCES) OBJECTS = $(psiconv_OBJECTS)