From e92df77b024c5a757d223ea2ca79583c338036b9 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 08 Sep 2005 10:52:09 +0000 Subject: Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net 2005-09-08 Marco Pesenti Gritti * dvi/Makefile.am: * properties/Makefile.am: * shell/Makefile.am: * thumbnailer/Makefile.am: Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net --- diff --git a/ChangeLog b/ChangeLog index a9d259f..747aa87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2005-09-08 Marco Pesenti Gritti + * dvi/Makefile.am: + * properties/Makefile.am: + * shell/Makefile.am: + * thumbnailer/Makefile.am: + + Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net + +2005-09-08 Marco Pesenti Gritti + * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init), (selection_changed_callback): * shell/ev-sidebar-links.h: diff --git a/dvi/Makefile.am b/dvi/Makefile.am index f9de1e4..e7d6248 100644 --- a/dvi/Makefile.am +++ b/dvi/Makefile.am @@ -2,9 +2,9 @@ SUBDIRS = mdvi-lib INCLUDES = \ -I$(top_srcdir) \ - -I$(top_srcdir)/backend \ + -I$(top_srcdir)/backend \ -I$(top_srcdir)/lib \ - -I./mdvi-lib \ + -I$(srcdir)/mdvi-lib \ $(LIB_CFLAGS) noinst_LTLIBRARIES = libgtkdvi.la diff --git a/properties/Makefile.am b/properties/Makefile.am index 5f9b65d..b3c8560 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -27,7 +27,9 @@ libevince_properties_page_la_SOURCES = \ ev-properties-main.c libevince_properties_page_la_LIBADD = \ - $(FRONTEND_LIBS) \ - $(NAUTILUS_LIBS) \ $(top_builddir)/lib/libev.la \ - libevproperties.la + libevproperties.la \ + $(FRONTEND_LIBS) \ + $(NAUTILUS_LIBS) + +libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined diff --git a/shell/Makefile.am b/shell/Makefile.am index f8997ee..9c032e5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -67,12 +67,12 @@ evince_SOURCES= \ main.c evince_LDADD= \ - $(SHELL_LIBS) \ $(top_builddir)/cut-n-paste/recent-files/librecent.la \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ $(top_builddir)/properties/libevproperties.la \ - $(top_builddir)/lib/libev.la + $(top_builddir)/lib/libev.la \ + $(SHELL_LIBS) BUILT_SOURCES = ev-marshal.h ev-marshal.c diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 98a8b63..3512aa7 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -16,8 +16,8 @@ evince_thumbnailer_SOURCES= \ evince-thumbnailer.c evince_thumbnailer_LDADD= \ - $(FRONTEND_LIBS) \ - $(top_builddir)/lib/libev.la + $(top_builddir)/lib/libev.la \ + $(FRONTEND_LIBS) schema_files = \ evince-thumbnailer-dvi.schemas.in \ -- cgit v0.9.1