2000-02-25 NotZed <NotZed@HelixCode.com>
* Makefile.am: Fixed up lists of sources so that distcheck works.
Also, only build gpdf if with gnome (otherwise distcheck fails).
* gpdf.cc (container_about_cmd): Define i if we are going
to be using it.
+2000-02-25 NotZed <NotZed@HelixCode.com>
+
+ * Makefile.am: Fixed up lists of sources so that distcheck works.
+ Also, only build gpdf if with gnome (otherwise distcheck fails).
+
+ * gpdf.cc (container_about_cmd): Define i if we are going
+ to be using it.
+
2000-02-09 Michael Meeks <michael@helixcode.com>
* Clean unused & lack of casting all round the place.
$(EXTRA_GNOME_CFLAGS)
if WITH_GNOME
-gui = xpdf gpdf
+gui = gpdf
else
gui = xpdf
endif
common_sources = \
Array.cc \
+ Array.h \
BaseFile.h \
Catalog.cc \
+ Catalog.h \
+ CompactFontInfo.h \
Dict.cc \
+ Dict.h \
Error.cc \
+ Error.h \
FontEncoding.cc \
FontEncoding.h \
FontFile.cc \
FontFile.h \
FontInfo.h \
Gfx.cc \
+ Gfx.h \
GfxFont.cc \
+ GfxFont.h \
GfxState.cc \
+ GfxState.h \
Lexer.cc \
+ Lexer.h \
Link.cc \
+ Link.h \
Object.cc \
+ Object.h \
OutputDev.cc \
+ OutputDev.h \
Page.cc \
+ Page.h \
Params.cc \
+ Params.h \
Parser.cc \
+ Parser.h \
PDFDoc.cc \
+ PDFDoc.h \
+ StdFontInfo.h \
Stream.cc \
+ Stream.h \
+ Stream-CCITT.h \
+ TextOutputDev.h \
+ TextOutputFontInfo.h \
TextOutputDev.cc \
- XRef.cc
+ XRef.cc \
+ XRef.h
gpdf_CFLAGS = \
-DBONOBO_IO
BonoboStream.h \
BonoboStream.cc \
GOutputDev.cc \
+ GOutputDev.h \
bonobo-application-x-pdf.cc \
+ bonobo-application-x-pdf.h \
gtkgesture.c \
gtkgesture.h
XOutputDev.cc \
LTKOutputDev.cc \
PSOutputDev.cc \
+ PSOutputDev.h \
xpdf.cc
xpdf_CFLAGS = $(X_CFLAGS)
pdfimages_SOURCES = \
$(common_sources) \
ImageOutputDev.cc \
+ ImageOutputDev.h \
pdfimages.cc
pdfimages_LDADD = ../goo/libgoo.a
pdftopbm_SOURCES = \
$(common_sources) \
PBMOutputDev.cc \
+ PBMOutputDev.h \
XOutputDev.cc \
+ XOutputDev.h \
+ XOutputFontInfo.h \
pdftopbm.cc
pdftopbm_LDADD = ../goo/libgoo.a $(EXTRA_GNOME_LIBS)
gnorbadir = $(sysconfdir)/CORBA/servers
gnorba_DATA = application-x-pdf.gnorba
-EXTRA_DIST = $(bitmaps) ChangeLog $(ltk) $(gnorba_DATA)
+EXTRA_DIST = $(bitmaps) ChangeLog $(ltk) $(gnorba_DATA) config.h
+
};
#ifdef ENABLE_NLS
+ int i;
+
for (i = 0; authors[i] != NULL; i++)
authors [i] = _(authors [i]);
#endif