Fix automake warning about deprecated INCLUDES
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 23 Jul 2013 23:34:03 +0000 (19:34 -0400)
committerHugo 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

index 7ec3214..adab715 100644 (file)
@@ -1,8 +1,8 @@
 # This file is processed by GNU automake to generate Makefile.in
 
-INCLUDES = -I$(top_srcdir) \
-           -I$(top_srcdir)/pixmaps \
-           $(GTK_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) \
+              -I$(top_srcdir)/pixmaps \
+              $(GTK_CFLAGS)
 
 bin_PROGRAMS = dockbatmon