From ed4e8afecd5a7f9fab04715ca26a67b2917d78f3 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 6 Jan 2000 05:48:27 +0000 Subject: Lots of reorganization to get the Evolution shell to begin its life. It Lots of reorganization to get the Evolution shell to begin its life. It also includes a new evolution widget from Damon. Miguel. svn path=/trunk/; revision=1536 --- shell/.cvsignore | 3 +++ shell/Makefile.am | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 shell/.cvsignore create mode 100644 shell/Makefile.am (limited to 'shell') diff --git a/shell/.cvsignore b/shell/.cvsignore new file mode 100644 index 0000000000..c9639fcde2 --- /dev/null +++ b/shell/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +evolution diff --git a/shell/Makefile.am b/shell/Makefile.am new file mode 100644 index 0000000000..03f4e49c1a --- /dev/null +++ b/shell/Makefile.am @@ -0,0 +1,19 @@ + +bin_PROGRAMS = evolution + +INCLUDES = \ + -DEVOLUTION_VERSION=\""$(VERSION)"\" \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ + -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ + -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -I$(srcdir)/../widgets \ + $(EXTRA_GNOME_CFLAGS) + +evolution_SOURCES = \ + main.c + +evolution_LDADD = \ + -L../widgets/shortcut-bar/libshortcut-bar.a \ + $(EXTRA_GNOME_LIBS) + + -- cgit v1.2.3