Makefile.am: fix copy & paste mistake

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-05-21 18:31:48 +02:00
parent 9a7abe9186
commit 09547797dc
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ rtl_sdr_LDADD = librtlsdr.la
rtl_tcp_SOURCES = rtl_tcp.c
rtl_tcp_LDADD = librtlsdr.la
rtl_test_SOURCES = rtl_tcp.c
rtl_test_SOURCES = rtl_test.c
rtl_test_LDADD = librtlsdr.la