Skip to content

Commit

Permalink
Remove md5.h from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AmatCoder committed Mar 25, 2018
1 parent 7f8c4a2 commit 6c3eec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin_PROGRAMS=mednaffe
mednaffe_SOURCES=mednaffe.c about.c active.c command.c list.c toggles.c input.c gui.c prefs.c log.c resource.c common.h mednaffe_glade.h settings_glade.h system_glade.h toggles.h prefs.h input.h log.h md5.h resource.h
mednaffe_SOURCES=mednaffe.c about.c active.c command.c list.c toggles.c input.c gui.c prefs.c log.c resource.c common.h mednaffe_glade.h settings_glade.h system_glade.h toggles.h prefs.h input.h log.h resource.h

if LINUX
mednaffe_SOURCES+= joystick_linux.c joystick_linux.h
Expand Down
6 changes: 3 additions & 3 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ PROGRAMS = $(bin_PROGRAMS)
am__mednaffe_SOURCES_DIST = mednaffe.c about.c active.c command.c \
list.c toggles.c input.c gui.c prefs.c log.c resource.c \
common.h mednaffe_glade.h settings_glade.h system_glade.h \
toggles.h prefs.h input.h log.h md5.h resource.h \
joystick_linux.c joystick_linux.h
toggles.h prefs.h input.h log.h resource.h joystick_linux.c \
joystick_linux.h
@LINUX_TRUE@am__objects_1 = joystick_linux.$(OBJEXT)
am_mednaffe_OBJECTS = mednaffe.$(OBJEXT) about.$(OBJEXT) \
active.$(OBJEXT) command.$(OBJEXT) list.$(OBJEXT) \
Expand Down Expand Up @@ -274,7 +274,7 @@ top_srcdir = @top_srcdir@
mednaffe_SOURCES = mednaffe.c about.c active.c command.c list.c \
toggles.c input.c gui.c prefs.c log.c resource.c common.h \
mednaffe_glade.h settings_glade.h system_glade.h toggles.h \
prefs.h input.h log.h md5.h resource.h $(am__append_1)
prefs.h input.h log.h resource.h $(am__append_1)
AM_CPPFLAGS = @GTK_CFLAGS@ $(GTK_DEFINES)
LDADD = @GTK_LIBS@
CLEANFILES = *~
Expand Down

0 comments on commit 6c3eec2

Please sign in to comment.