plug-ins: fixing automake warnings about source in subdirectories.

This fixes:
> warning: source file 'images/imagemap-icon-images.c' is in a subdirectory,
> but option 'subdir-objects' is disabled
And similar warnings.
This commit is contained in:
Jehan 2019-08-22 22:28:16 +02:00
parent a04e287966
commit 883fbd7b65
4 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = subdir-objects
if OS_WIN32
mwindows = -mwindows
else

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = subdir-objects
if OS_WIN32
mwindows = -mwindows
else

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = subdir-objects
if OS_WIN32
mwindows = -mwindows
else

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = subdir-objects
if OS_WIN32
mwindows = -mwindows
else