Skip to content

Commit 1ce1b76

Browse files
committed
Fixed bad example filenames that failed distcheck.
1 parent 475a268 commit 1ce1b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ libswd_la_LDFLAGS = -version-info 0:5:0
33
include_HEADERS = libswd.h
44
EXTRA_DIST = \
55
examples/libswd_drv_urjtag.c \
6-
examples/swd_libswd_drv_openocd.h \
7-
examples/swd_libswd_drv_openocd.c
6+
examples/libswd_drv_openocd.h \
7+
examples/libswd_drv_openocd.c
88

99
libswd_la_SOURCES = \
1010
libswd.h \

0 commit comments

Comments
 (0)