diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-07-14 02:05:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 02:06:19 +0800 |
commit | 1e0b252fc78b0a96c621c5500a8140c9fcca6e9c (patch) | |
tree | fa95f921ae000cdb274b4638eb5067f3c6c231d8 /shell | |
parent | 966f10fe2ddf8d153265be86407f185207988c2f (diff) | |
download | gsoc2013-evolution-1e0b252fc78b0a96c621c5500a8140c9fcca6e9c.tar.gz gsoc2013-evolution-1e0b252fc78b0a96c621c5500a8140c9fcca6e9c.tar.zst gsoc2013-evolution-1e0b252fc78b0a96c621c5500a8140c9fcca6e9c.zip |
Bug 588018 – NetworkManager & DBUS build check rewrite
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 4f89e2fd31..ecf0dc4f47 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -23,6 +23,12 @@ AM_CPPFLAGS = \ $(TZDIALOG_CFLAGS) \ $(SHELL_CFLAGS) +if NM_SUPPORT +AM_CPPFLAGS += \ + $(DBUS_GLIB_CFLAGS) \ + $(NM_FLAGS) +endif + bin_PROGRAMS = evolution # Shell CORBA stuff |