summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-01-10 22:08:35 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-10 22:11:35 +0100
commit2ee8bf11ad8fd16f0c36cb292be712e2b10c6fca (patch)
treecd8ad448e2b4083375516ec767e2cbd12aa6b091 /src
parent810da895a4d7e722a9dae40578e52d12135e262b (diff)
build: don't rebuild mbim-proxy-helpers
They're already included in the non-inst core library.
Diffstat (limited to 'src')
-rw-r--r--src/libmbim-glib/test/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libmbim-glib/test/Makefile.am b/src/libmbim-glib/test/Makefile.am
index d492ed8..4310e6d 100644
--- a/src/libmbim-glib/test/Makefile.am
+++ b/src/libmbim-glib/test/Makefile.am
@@ -97,9 +97,7 @@ test_message_builder_LDADD = \
$(LIBMBIM_GLIB_LIBS)
test_proxy_helpers_SOURCES = \
- test-proxy-helpers.c \
- $(top_srcdir)/src/libmbim-glib/mbim-proxy-helpers.h \
- $(top_srcdir)/src/libmbim-glib/mbim-proxy-helpers.c
+ test-proxy-helpers.c
test_proxy_helpers_CPPFLAGS = \
$(LIBMBIM_GLIB_CFLAGS) \
-I$(top_srcdir) \