diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-23 23:36:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-23 23:36:32 +0800 |
commit | fd6cd9e3a6dc06f9b8e44ec13ac881ebd6793e6e (patch) | |
tree | e97b9ea12c3007cee5933246893d18a63461ce3a /shell/Makefile.am | |
parent | 036bb44de80f86a9fa5d92ce9e8848332f2a9cd2 (diff) | |
download | gsoc2013-evolution-fd6cd9e3a6dc06f9b8e44ec13ac881ebd6793e6e.tar.gz gsoc2013-evolution-fd6cd9e3a6dc06f9b8e44ec13ac881ebd6793e6e.tar.zst gsoc2013-evolution-fd6cd9e3a6dc06f9b8e44ec13ac881ebd6793e6e.zip |
Progress update:
- Discard libnm-glib method of monitoring network connectivity.
- Decided to make EShell a singleton GObject after all. Makes the
design cleaner, despite having to pass a singleton instance around.
- Make the switcher button style persistent.
svn path=/branches/kill-bonobo/; revision=36043
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 7cdaf7f048..55ff19f40a 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -26,13 +26,9 @@ INCLUDES = \ noinst_PROGRAMS = evolution -if NM_SUPPORT_GLIB -NM_SUPPORT_FILES = e-shell-nm-glib.c -else if NM_SUPPORT NM_SUPPORT_FILES = e-shell-nm.c endif -endif # Data Server CORBA stuff DATASERVER_IDL_GENERATED_H = \ @@ -174,6 +170,10 @@ uninstall-local: uninstall-evolution endif +MARSHAL_GENERATED = \ + e-shell-marshal.c \ + e-shell-marshal.h +@EVO_MARSHAL_RULE@ # Extra dist stuff @@ -182,6 +182,7 @@ EXTRA_DIST = \ $(glade_DATA) \ $(schema_in_files) \ ChangeLog.pre-1-4 \ + e-shell-marshal.list \ evolution-nognome.in # Purify support |