diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-29 00:38:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-08-29 01:56:18 +0800 |
commit | 5e3b6a4d268e3a4476b7b8cfd6a79e8a2328ffa0 (patch) | |
tree | 662b604a76f94b4d6623b03af820c28565bfa4e7 /shell | |
parent | 51b84a7e4ed8509a9da69138dd251f9eb83ff4c2 (diff) | |
download | gsoc2013-evolution-5e3b6a4d268e3a4476b7b8cfd6a79e8a2328ffa0.tar.gz gsoc2013-evolution-5e3b6a4d268e3a4476b7b8cfd6a79e8a2328ffa0.tar.zst gsoc2013-evolution-5e3b6a4d268e3a4476b7b8cfd6a79e8a2328ffa0.zip |
Fix build break in libeshell.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index fe0abd89b3..2b312038ba 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -12,6 +12,7 @@ eshellincludedir = $(privincludedir)/shell include $(top_srcdir)/glib-gen.mak glib_enum_headers=e-shell.h +glib_enum_output=e-shell-enumtypes glib_enum_define=E_SHELL glib_enum_prefix=e_shell |