projects
/
dockapps
/
dockbatmon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da2232
)
Fix automake warning about deprecated INCLUDES
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 23 Jul 2013 23:34:03 +0000
(19:34 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 2 Jan 2022 22:43:17 +0000
(17:43 -0500)
Warning was:
src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'
(or '*_CPPFLAGS')
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
7ec3214
..
adab715
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,8
+1,8
@@
# This file is processed by GNU automake to generate Makefile.in
-
INCLUDE
S = -I$(top_srcdir) \
- -I$(top_srcdir)/pixmaps \
- $(GTK_CFLAGS)
+
AM_CPPFLAG
S = -I$(top_srcdir) \
+
-I$(top_srcdir)/pixmaps \
+
$(GTK_CFLAGS)
bin_PROGRAMS = dockbatmon