From 6b741b128c9838d2c417e56a6e8b5d377467a3ff Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 10 Jan 2012 20:43:52 +0100 Subject: [PATCH] srd: Fix typo in Makefile.am. --- decoders/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoders/Makefile.am b/decoders/Makefile.am index afb6a1b..33efdba 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -30,7 +30,7 @@ dist_pkgdata_DATA = \ spi.py \ srd_usb.py \ transitioncounter.py \ - uart.py \ + uart.py CLEANFILES = *.pyc -- 2.30.2