eog/shell/Makefile.am
Jens Finke b72043b14c Use bonobo_main_quit instead of gtk_main_quit. (get_viewer_control):
2001-12-27  Jens Finke <jens@triq.net>

	* eog-window.c (eog_window_close): Use bonobo_main_quit instead of
	gtk_main_quit.
	(get_viewer_control): Rewrote this function. We don't make a
	general bonobo activation query here anymore, but specify the
	control through it's iid. This is because we want _our_ control
	here and because the query mechanism doesn't work correctly.

	* main.c (handle_cmdline_args): Use bonobo_main_quit instead of
	gtk_main_quit.
2001-12-27 16:50:13 +00:00

35 lines
742 B
Makefile

INCLUDES = \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-I. \
-I$(top_srcdir)/libeog \
-I$(top_builddir)/libeog \
-I$(includedir) \
$(GCONF_CFLAGS) \
$(EXTRA_WARNING_CFLAGS) \
$(EOG_CFLAGS) \
-DEOG_ICONDIR=\""$(datadir)/pixmaps"\"
bin_PROGRAMS = eog
eog_SOURCES = \
eog-window.h \
eog-window.c \
eog-preferences.h \
eog-preferences.c \
main.c \
util.h \
util.c
eog_DEPENDENCIES = $(top_builddir)/libeog/libeog.a
eog_LDADD = \
-L$(top_builddir)/libeog \
-leog \
$(EOG_LIBS)
uidir = $(datadir)/gnome-2.0/ui
UI_FILES = eog-shell-ui.xml
ui_DATA = $(UI_FILES)
EXTRA_DIST = $(UI_FILES)