aboutsummaryrefslogtreecommitdiffstats
path: root/modules/windows-sens/Makefile.am
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-03-27 04:40:38 +0800
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-03-27 04:45:35 +0800
commit0a0f417006abe5afd56c078142d480a26b611950 (patch)
treeb3efb87844aa387d276124a820e6dca499d4b7be /modules/windows-sens/Makefile.am
parent56daae923f75506d49ff9677c7d629028925d9ef (diff)
downloadgsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.gz
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.bz2
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.lz
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.xz
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.zst
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.zip
[win32] Remove the C++ dependency
Implement the Windows SENS network monitoring in plain C
Diffstat (limited to 'modules/windows-sens/Makefile.am')
-rw-r--r--modules/windows-sens/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/windows-sens/Makefile.am b/modules/windows-sens/Makefile.am
index d49bad45c9..5036642d09 100644
--- a/modules/windows-sens/Makefile.am
+++ b/modules/windows-sens/Makefile.am
@@ -1,6 +1,7 @@
module_LTLIBRARIES = libevolution-module-windows-sens.la
libevolution_module_windows_sens_la_CPPFLAGS = \
+ $(AM_CPPFLAGS) \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"evolution-windows-sens\" \
$(GNOME_PLATFORM_CFLAGS)