Replace deprecated INCLUDES with AM_CPPFLAGS; where needed, still
[claws.git] / src / plugins / gdata / Makefile.am
index a55dd059eb677512805eeffccfc86ad7f6398063..cdecfec4bf645cd3032804009390c4bcc0754ca2 100644 (file)
@@ -17,14 +17,11 @@ gdata_la_LDFLAGS = \
        $(GTK_LIBS) \
        $(GDATA_LIBS)
 
-
-INCLUDES = \
+gdata_la_CPPFLAGS = \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/common \
        -I$(top_builddir)/src/common \
-       -I$(top_srcdir)/src/gtk
-
-AM_CPPFLAGS = \
+       -I$(top_srcdir)/src/gtk \
        $(GLIB_CFLAGS) \
        $(GTK_CFLAGS) \
        $(GDATA_CFLAGS)