Skip to content

Commit

Permalink
Add overlooked header file
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblock committed Jul 8, 2023
1 parent e064ea5 commit f23d6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AM_CFLAGS = -Wall
bin_PROGRAMS = dfu-programmer
dfu_programmer_SOURCES = main.c
dfu_programmer_SOURCES += libdfu.c
dfu_programmer_SOURCES += libdfu.c libdfu.h
dfu_programmer_SOURCES += arguments.c arguments.h
dfu_programmer_SOURCES += atmel.c atmel.h
dfu_programmer_SOURCES += commands.c commands.h
Expand Down

0 comments on commit f23d6df

Please sign in to comment.