Makefile.am (scrot-1.7.tar.bz2) | : | Makefile.am (scrot-1.8) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
# A list of all the files in the current directory which can be regenerated | # A list of all the files in the current directory which can be regenerated | |||
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
# Substitution variables | # Substitution variables | |||
bin_PROGRAMS = scrot | bin_PROGRAMS = scrot | |||
scrot_CPPFLAGS = @CPPFLAGS@ | scrot_CPPFLAGS = @CPPFLAGS@ | |||
scrot_LDADD = @LIBS@ | scrot_LDADD = @LIBS@ | |||
scrot_SOURCES = main.c scrot.h \ | scrot_SOURCES = scrot.c scrot.h \ | |||
options.c options.h imlib.c structs.h note.c note.h \ | imlib.c imlib.h \ | |||
scrot_selection.c scrot_selection.h \ | note.c note.h \ | |||
options.c options.h \ | ||||
scrot_selection.c scrot_selection.h \ | ||||
selection_classic.c selection_classic.h \ | selection_classic.c selection_classic.h \ | |||
selection_edge.c selection_edge.h \ | selection_edge.c selection_edge.h \ | |||
slist.h | slist.h \ | |||
util.c util.h | ||||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 5 lines changed or added |