diff options
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 |