From 3c04fa28d7ed657bd010a32e708aa9aa1fbacfe2 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 11 Oct 2000 07:14:49 +0000 Subject: Make it compile. svn path=/trunk/; revision=5833 --- notes/Makefile.am | 18 +++--------------- notes/e-bevel-button.c | 2 +- notes/e-note.c | 6 +++--- notes/test-notes.c | 4 ++-- 4 files changed, 9 insertions(+), 21 deletions(-) (limited to 'notes') diff --git a/notes/Makefile.am b/notes/Makefile.am index aa1572f46b..79ebc82a88 100644 --- a/notes/Makefile.am +++ b/notes/Makefile.am @@ -1,5 +1,3 @@ -bin_PROGRAMS = evolution-notes - noinst_PROGRAMS = notes-test INCLUDES = \ @@ -7,6 +5,7 @@ INCLUDES = \ -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)"\" \ @@ -14,11 +13,6 @@ INCLUDES = \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DG_LOG_DOMAIN=\"evolution-notes\" -evolution_notes_SOURCES = \ - component-factory.c \ - main.c \ - notes.c - notes_test_SOURCES = \ e-bevel-button.c \ e-bevel-button.h \ @@ -32,11 +26,5 @@ oafdir = $(datadir)/oaf oaf_DATA = evolution-notes.oafinfo notes_test_LDADD = \ - $(top_builddir)/widgets/e-text/libetext.a \ - $(top_builddir)/e-util/libeutil.la \ - $(BONOBO_HTML_GNOME_LIBS) - -evolution_notes_LDADD = \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/shell/libeshell.a \ - $(BONOBO_HTML_GNOME_LIBS) + $(BONOBO_HTML_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) diff --git a/notes/e-bevel-button.c b/notes/e-bevel-button.c index 480a430516..1d96d88531 100644 --- a/notes/e-bevel-button.c +++ b/notes/e-bevel-button.c @@ -3,7 +3,7 @@ #include #include -#include "e-util/e-util.h" +#include #include "e-bevel-button.h" #include "e-bevel-button-util.h" diff --git a/notes/e-note.c b/notes/e-note.c index 998acd24f0..89c4497e14 100644 --- a/notes/e-note.c +++ b/notes/e-note.c @@ -4,9 +4,9 @@ #include #include -#include "e-util/e-canvas.h" -#include "e-util/e-util.h" -#include "widgets/e-text/e-text.h" +#include +#include +#include #include "e-note.h" #include "e-bevel-button.h" diff --git a/notes/test-notes.c b/notes/test-notes.c index 8352ea789f..41def58a24 100644 --- a/notes/test-notes.c +++ b/notes/test-notes.c @@ -4,8 +4,8 @@ #include #include -#include "e-util/e-canvas.h" -#include "widgets/e-text/e-text.h" +#include +#include #include "e-note.h" -- cgit v1.2.3