chiark / gitweb /
Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
[elogind.git] / extras / modem-modeswitch / Makefile.am
1 include $(top_srcdir)/Makefile.am.inc
2
3 libexec_PROGRAMS = \
4         modem-modeswitch
5
6 modem_modeswitch_SOURCES = \
7         modem-modeswitch.c \
8         utils.c \
9         utils.h \
10         ma8280p_us.c \
11         ma8280p_us.h \
12         option.c \
13         option.h
14
15 modem_modeswitch_CPPFLAGS = \
16         $(AM_CPPFLAGS) $(LIBUSB_CFLAGS)
17
18 modem_modeswitch_LDADD = \
19         $(LIBUSB_LIBS)
20
21 dist_udevrules_DATA = \
22         61-option-modem-modeswitch.rules \
23         61-mobile-action.rules