aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 2fbc519e648f7b9a9ce9885345df9d8a29c601a9 (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
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