After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732189 - Use AM_CPPFLAGS rather than INCLUDES
Use AM_CPPFLAGS rather than INCLUDES
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 708111 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-06-24 21:40 UTC by Christophe Fergeau
Modified: 2014-06-25 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use AM_CPPFLAGS rather than INCLUDES (9.84 KB, patch)
2014-06-24 21:40 UTC, Christophe Fergeau
needs-work Details | Review
background: Use AM_CPPFLAGS rather than INCLUDES (1.04 KB, patch)
2014-06-25 09:59 UTC, Christophe Fergeau
committed Details | Review
bluetooth: Use AM_CPPFLAGS rather than INCLUDES (959 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
color: Use AM_CPPFLAGS rather than INCLUDES (912 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
display: Use AM_CPPFLAGS rather than INCLUDES (1.02 KB, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
info: Use AM_CPPFLAGS rather than INCLUDES (886 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
keyboard: Use AM_CPPFLAGS rather than INCLUDES (964 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
mouse: Use AM_CPPFLAGS rather than INCLUDES (926 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
none Details | Review
network: Use AM_CPPFLAGS rather than INCLUDES (945 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
notifications: Use AM_CPPFLAGS rather than INCLUDES (957 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
online-accounts: Use AM_CPPFLAGS rather than INCLUDES (975 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
power: Use AM_CPPFLAGS rather than INCLUDES (1.28 KB, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
printers: Use AM_CPPFLAGS rather than INCLUDES (895 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
none Details | Review
privacy: Use AM_CPPFLAGS rather than INCLUDES (910 bytes, patch)
2014-06-25 10:00 UTC, Christophe Fergeau
committed Details | Review
region: Use AM_CPPFLAGS rather than INCLUDES (917 bytes, patch)
2014-06-25 10:01 UTC, Christophe Fergeau
committed Details | Review
search: Use AM_CPPFLAGS rather than INCLUDES (902 bytes, patch)
2014-06-25 10:01 UTC, Christophe Fergeau
committed Details | Review
universal-access: Use AM_CPPFLAGS rather than INCLUDES (980 bytes, patch)
2014-06-25 10:01 UTC, Christophe Fergeau
committed Details | Review
wacom: Use AM_CPPFLAGS rather than INCLUDES (1.34 KB, patch)
2014-06-25 10:01 UTC, Christophe Fergeau
none Details | Review
shell: Use AM_CPPFLAGS rather than INCLUDES (1.13 KB, patch)
2014-06-25 10:01 UTC, Christophe Fergeau
committed Details | Review
search-provider: Use AM_CPPFLAGS rather than INCLUDES (1.31 KB, patch)
2014-06-25 10:01 UTC, Christophe Fergeau
committed Details | Review
wacom: Use AM_CPPFLAGS rather than INCLUDES (1.75 KB, patch)
2014-06-25 10:33 UTC, Bastien Nocera
none Details | Review
mouse: Use AM_CPPFLAGS rather than INCLUDES (1.29 KB, patch)
2014-06-25 10:33 UTC, Bastien Nocera
committed Details | Review
wacom: Use AM_CPPFLAGS rather than INCLUDES (2.41 KB, patch)
2014-06-25 10:47 UTC, Bastien Nocera
committed Details | Review
printers: Use AM_CPPFLAGS rather than INCLUDES (1.23 KB, patch)
2014-06-25 10:48 UTC, Bastien Nocera
committed Details | Review
shell: Remove last reference to "INCLUDES" (1.04 KB, patch)
2014-06-25 11:17 UTC, Christophe Fergeau
committed Details | Review

Description Christophe Fergeau 2014-06-24 21:40:15 UTC
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
'AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 1 Christophe Fergeau 2014-06-24 21:40:19 UTC
Created attachment 279150 [details] [review]
Use AM_CPPFLAGS rather than INCLUDES
Comment 2 Bastien Nocera 2014-06-25 09:14:22 UTC
Review of attachment 279150 [details] [review]:

Can you split those in separate patches for each of the panels, and prefix the subject lines with the panel name (ditto for "shell"). And use "build: " as the prefix if there's left-overs.
Comment 3 Christophe Fergeau 2014-06-25 09:59:55 UTC
Created attachment 279182 [details] [review]
background: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 4 Christophe Fergeau 2014-06-25 10:00:01 UTC
Created attachment 279183 [details] [review]
bluetooth: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 5 Christophe Fergeau 2014-06-25 10:00:05 UTC
Created attachment 279184 [details] [review]
color: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 6 Christophe Fergeau 2014-06-25 10:00:09 UTC
Created attachment 279185 [details] [review]
display: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 7 Christophe Fergeau 2014-06-25 10:00:13 UTC
Created attachment 279186 [details] [review]
info: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 8 Christophe Fergeau 2014-06-25 10:00:19 UTC
Created attachment 279187 [details] [review]
keyboard: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 9 Christophe Fergeau 2014-06-25 10:00:24 UTC
Created attachment 279188 [details] [review]
mouse: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 10 Christophe Fergeau 2014-06-25 10:00:30 UTC
Created attachment 279189 [details] [review]
network: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 11 Christophe Fergeau 2014-06-25 10:00:35 UTC
Created attachment 279190 [details] [review]
notifications: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 12 Christophe Fergeau 2014-06-25 10:00:41 UTC
Created attachment 279191 [details] [review]
online-accounts: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 13 Christophe Fergeau 2014-06-25 10:00:46 UTC
Created attachment 279192 [details] [review]
power: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 14 Christophe Fergeau 2014-06-25 10:00:52 UTC
Created attachment 279193 [details] [review]
printers: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 15 Christophe Fergeau 2014-06-25 10:00:58 UTC
Created attachment 279194 [details] [review]
privacy: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 16 Christophe Fergeau 2014-06-25 10:01:04 UTC
Created attachment 279195 [details] [review]
region: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 17 Christophe Fergeau 2014-06-25 10:01:09 UTC
Created attachment 279196 [details] [review]
search: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 18 Christophe Fergeau 2014-06-25 10:01:15 UTC
Created attachment 279197 [details] [review]
universal-access: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 19 Christophe Fergeau 2014-06-25 10:01:21 UTC
Created attachment 279198 [details] [review]
wacom: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 20 Christophe Fergeau 2014-06-25 10:01:27 UTC
Created attachment 279199 [details] [review]
shell: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 21 Christophe Fergeau 2014-06-25 10:01:33 UTC
Created attachment 279200 [details] [review]
search-provider: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 22 Christophe Fergeau 2014-06-25 10:07:00 UTC
I haven't updated the warning in each of the log to mention the correct filename, I can fix that up if you prefer (I did this through a script so I can adjust that fairly easily)
Comment 23 Bastien Nocera 2014-06-25 10:32:50 UTC
*** Bug 708111 has been marked as a duplicate of this bug. ***
Comment 24 Bastien Nocera 2014-06-25 10:33:21 UTC
Created attachment 279204 [details] [review]
wacom: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 25 Bastien Nocera 2014-06-25 10:33:41 UTC
Created attachment 279209 [details] [review]
mouse: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 26 Bastien Nocera 2014-06-25 10:47:05 UTC
Created attachment 279211 [details] [review]
wacom: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 27 Bastien Nocera 2014-06-25 10:48:04 UTC
Created attachment 279212 [details] [review]
printers: Use AM_CPPFLAGS rather than INCLUDES

This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 28 Bastien Nocera 2014-06-25 10:51:27 UTC
Attachment 279182 [details] pushed as 335f871 - background: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279183 [details] pushed as 0310748 - bluetooth: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279184 [details] pushed as 3679436 - color: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279185 [details] pushed as 492ebb5 - display: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279186 [details] pushed as 0de571b - info: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279187 [details] pushed as 74a09b9 - keyboard: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279189 [details] pushed as 32d2058 - network: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279190 [details] pushed as 53b8c0a - notifications: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279191 [details] pushed as 46b7358 - online-accounts: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279192 [details] pushed as 229ab01 - power: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279194 [details] pushed as 6f59e14 - privacy: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279195 [details] pushed as 1df05bd - region: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279196 [details] pushed as 1bfba25 - search: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279197 [details] pushed as eb3acad - universal-access: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279199 [details] pushed as c61d9e5 - shell: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279200 [details] pushed as 6c9cc17 - search-provider: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279209 [details] pushed as c67a8bf - mouse: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279211 [details] pushed as 2096cac - wacom: Use AM_CPPFLAGS rather than INCLUDES
Attachment 279212 [details] pushed as 08c9ecd - printers: Use AM_CPPFLAGS rather than INCLUDES
Comment 29 Christophe Fergeau 2014-06-25 11:17:12 UTC
Created attachment 279214 [details] [review]
shell: Remove last reference to "INCLUDES"

c61d9e5a95d replaced use of INCLUDES with AM_CPPFLAGS, but there was
still one reference to INCLUDES in shell/Makefile.am.
AM_CPPFLAGS will apply globally, so we don't need to explicitly set
per-target CFLAGS/CPPFLAGS to its value.
Comment 30 Bastien Nocera 2014-06-25 13:09:42 UTC
Comment on attachment 279214 [details] [review]
shell: Remove last reference to "INCLUDES"

Attachment 279214 [details] pushed as 700889c - shell: Remove last reference to "INCLUDES"