aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/tests
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-03 17:49:03 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-04 10:17:13 +0200
commit239c56cf7fe42d37257fbcd1f1d0893498c6cd05 (patch)
tree454cc861b27f91e98b76b27e3783d34bd370b189 /libmm-glib/tests
parentb52bbf7b0b2b7564f725db4eccac505823bade79 (diff)
libmm-glib: don't install the common helpers header
And make it only available for internal ModemManager compilation.
Diffstat (limited to 'libmm-glib/tests')
-rw-r--r--libmm-glib/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmm-glib/tests/Makefile.am b/libmm-glib/tests/Makefile.am
index 2f6da036..92c77d86 100644
--- a/libmm-glib/tests/Makefile.am
+++ b/libmm-glib/tests/Makefile.am
@@ -13,7 +13,8 @@ test_common_helpers_CPPFLAGS = \
-I$(top_srcdir)/libmm-glib \
-I$(top_builddir)/libmm-glib \
-I${top_srcdir}/libmm-glib/generated \
- -I${top_builddir}/libmm-glib/generated
+ -I${top_builddir}/libmm-glib/generated \
+ -DLIBMM_GLIB_COMPILATION
test_common_helpers_LDADD = \
$(top_builddir)/libmm-glib/libmm-glib.la \