
2000-12-04 Michael Meeks <michael@helixcode.com> * e-shell-view.c (get_control_for_uri): return NULL if we can't create a view. (setup_evolution_shell_view_interface): add precondition. + lots of cleans. svn path=/trunk/; revision=6778
32 lines
787 B
Makefile
32 lines
787 B
Makefile
noinst_PROGRAMS = notes-test
|
|
|
|
INCLUDES = \
|
|
-I$(top_builddir)/shell \
|
|
-I$(top_srcdir)/shell \
|
|
-I$(top_srcdir)/widgets/e-text \
|
|
$(BONOBO_HTML_GNOME_CFLAGS) \
|
|
$(EXTRA_GNOME_CFLAGS) \
|
|
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
|
|
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
|
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
|
|
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
|
|
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
|
|
-DG_LOG_DOMAIN=\"evolution-notes\"
|
|
|
|
notes_test_SOURCES = \
|
|
e-bevel-button.c \
|
|
e-bevel-button.h \
|
|
e-bevel-button-util.c \
|
|
e-bevel-button-util.h \
|
|
e-note.c \
|
|
e-note.h \
|
|
test-notes.c
|
|
|
|
oafdir = $(datadir)/oaf
|
|
oaf_DATA = GNOME_Evolution_Notes.oafinfo
|
|
|
|
notes_test_LDADD = \
|
|
$(BONOBO_HTML_GNOME_LIBS) \
|
|
$(EXTRA_GNOME_LIBS)
|
|
|
|
EXTRA_DIST= $(oaf_DATA)
|