Skip to content

Commit

Permalink
Fixed bad example filenames that failed distcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
cederom committed Dec 6, 2012
1 parent 475a268 commit 1ce1b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ libswd_la_LDFLAGS = -version-info 0:5:0
include_HEADERS = libswd.h
EXTRA_DIST = \
examples/libswd_drv_urjtag.c \
examples/swd_libswd_drv_openocd.h \
examples/swd_libswd_drv_openocd.c
examples/libswd_drv_openocd.h \
examples/libswd_drv_openocd.c

libswd_la_SOURCES = \
libswd.h \
Expand Down

0 comments on commit 1ce1b76

Please sign in to comment.