diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 2 | ||||
-rw-r--r-- | shell/es-event.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index e8c8dc4d95..07409baf9e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -72,6 +72,7 @@ eshellinclude_HEADERS = \ es-event.h libeshell_la_SOURCES = \ + $(NM_SUPPORT_FILES) \ $(IDL_GENERATED) \ e-shell.c \ e-shell-backend.c \ @@ -110,7 +111,6 @@ endif evolution_SOURCES = \ $(DATASERVER_IDL_GENERATED) \ - $(NM_SUPPORT_FILES) \ e-config-upgrade.c \ e-config-upgrade.h \ main.c diff --git a/shell/es-event.h b/shell/es-event.h index df6d7e6398..415a0ee959 100644 --- a/shell/es-event.h +++ b/shell/es-event.h @@ -44,7 +44,7 @@ enum _es_event_target_t { /* Flags that qualify TARGET_STATE */ enum { ES_EVENT_STATE_ONLINE = 1<<0, - ES_EVENT_STATE_OFFLINE = 1<<1, + ES_EVENT_STATE_OFFLINE = 1<<1 }; typedef struct _ESEventTargetState ESEventTargetState; |