aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 8249131f9740e8eb5cb609651d9b87d847e79902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
if HAVE_PPPD_H

pppd_plugindir = $(PPPD_PLUGIN_DIR)
pppd_plugin_LTLIBRARIES = mm-test-pppd-plugin.la

mm_test_pppd_plugin_la_SOURCES = \
	mm-test-pppd-plugin.c

mm_test_pppd_plugin_la_CPPFLAGS = $(MM_CFLAGS)
mm_test_pppd_plugin_la_LDFLAGS = -module -avoid-version
mm_test_pppd_plugin_la_LIBADD = $(MM_LIBS)

endif

noinst_PROGRAMS = lsudev
lsudev_SOURCES = lsudev.c
lsudev_CPPFLAGS = $(GUDEV_CFLAGS)
lsudev_LDADD = $(GUDEV_LIBS)


EXTRA_DIST = \
	mm-test.py \
	disable.py \
	enable.py \
	info.py \
	list-modems.py \
	location.py \
	mm-send-sms.py \
	send-pin.py