Makefile.am (scrot-1.6.tar.bz2) | : | Makefile.am (scrot-1.7.tar.bz2) | ||
---|---|---|---|---|
# Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | # Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | |||
# gilbertt@linuxbrit.co.uk, | # gilbertt@linuxbrit.co.uk, | |||
# scrot_sucks@linuxbrit.co.uk> | # scrot_sucks@linuxbrit.co.uk> | |||
# Copyright 2016 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | # Copyright 2016 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | |||
# Copyright 2020-2021 Daniel T. Borelli <daltomi@disroot.org> | # Copyright 2020-2021 Daniel T. Borelli <danieltborelli@gmail.com> | |||
# Copyright 2020 Jeroen Roovers <jer@gentoo.org> | # Copyright 2020 Jeroen Roovers <jer@gentoo.org> | |||
# Copyright 2021 Christopher R. Nelson <christopher.nelson@languidnights.co m> | # Copyright 2021 Christopher R. Nelson <christopher.nelson@languidnights.co m> | |||
# Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com> | # Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com> | |||
# | # | |||
# Permission is hereby granted, free of charge, to any person obtaining a copy | # Permission is hereby granted, free of charge, to any person obtaining a copy | |||
# of this software and associated documentation files (the "Software"), to | # of this software and associated documentation files (the "Software"), to | |||
# deal in the Software without restriction, including without limitation the | # deal in the Software without restriction, including without limitation the | |||
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |||
# sell copies of the Software, and to permit persons to whom the Software is | # sell copies of the Software, and to permit persons to whom the Software is | |||
# furnished to do so, subject to the following conditions: | # furnished to do so, subject to the following conditions: | |||
skipping to change at line 36 | skipping to change at line 36 | |||
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
# 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 = @X11_CFLAGS@ @IMLIB2_CFLAGS@ @XCOMPOSITE_CFLAGS@ \ | scrot_CPPFLAGS = @CPPFLAGS@ | |||
@XEXT_CFLAGS@ @X | scrot_LDADD = @LIBS@ | |||
FIXES_CFLAGS@ | scrot_SOURCES = main.c scrot.h \ | |||
scrot_LDADD = @X11_LIBS@ @IMLIB2_LIBS@ @XCOMPOSITE_LIBS@ \ | ||||
@XEXT_LIBS@ @XFIXES_LIBS@ | ||||
scrot_SOURCES = main.c scrot.h \ | ||||
options.c options.h imlib.c structs.h note.c note.h \ | options.c options.h imlib.c structs.h note.c note.h \ | |||
scrot_selection.c scrot_selection.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.c slist.h | slist.h | |||
End of changes. 3 change blocks. | ||||
8 lines changed or deleted | 4 lines changed or added |