diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-27 01:10:04 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-27 01:10:04 +0200 |
commit | f2f3b8807297cd2dc8737758cfa083aaa861404e (patch) | |
tree | 9a1f38d1043311515b689c32642b90a1bfc9a43b /Makefile.am | |
parent | 88d307f64e31ff8e76f85b6b3deacbd9ac3c083d (diff) |
hid2hci: prepare move to bluez package
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2aff45e2a9..5beec94344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -524,9 +524,9 @@ libexec_PROGRAMS += extras/mobile-action-modeswitch/mobile-action-modeswitch # mtd_probe - autoloads FTL module for mtd devices # ------------------------------------------------------------------------------ extras_mtd_probe_mtd_probe_SOURCES = \ - extras/mtd_probe/mtd_probe.c \ - extras/mtd_probe/mtd_probe.h \ - extras/mtd_probe/probe_smartmedia.c + extras/mtd_probe/mtd_probe.c \ + extras/mtd_probe/mtd_probe.h \ + extras/mtd_probe/probe_smartmedia.c extras_mtd_probe_mtd_probe_CPPFLAGS = $(AM_CPPFLAGS) |