aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 146f882729f22fcec9cb73815a9508e13b01da41 (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
31
32
33
34
35
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 \
	disconnect.py \
	info.py \
	list-modems.py \
	location.py \
	sms-send.py \
	sms-get.py \
	send-pin.py \
	modem-autoenable.py \
	ussd.py \
	scan.py