diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-08-07 02:38:02 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-07 19:15:29 +0200 |
commit | b02140b6bcd080c5fd60306a493447ce7afdad64 (patch) | |
tree | 48d864ad7db5649555ad57d0f4add9d0c860fdf9 /extras/modem-modeswitch | |
parent | 405e606f8649fd87a8a1d2e5a6399c27dcae28b8 (diff) |
Also merge into the top-level Makefile.am the simpler extras.
Diffstat (limited to 'extras/modem-modeswitch')
-rw-r--r-- | extras/modem-modeswitch/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extras/modem-modeswitch/Makefile.am b/extras/modem-modeswitch/Makefile.am deleted file mode 100644 index e3d18b8c52..0000000000 --- a/extras/modem-modeswitch/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -include $(top_srcdir)/Makefile.am.inc - -libexec_PROGRAMS = \ - modem-modeswitch - -modem_modeswitch_SOURCES = \ - modem-modeswitch.c \ - utils.c \ - utils.h \ - ma8280p_us.c \ - ma8280p_us.h \ - option.c \ - option.h - -modem_modeswitch_CPPFLAGS = \ - $(AM_CPPFLAGS) $(LIBUSB_CFLAGS) - -modem_modeswitch_LDADD = \ - $(LIBUSB_LIBS) - -dist_udevrules_DATA = \ - 61-option-modem-modeswitch.rules \ - 61-mobile-action.rules |