Fix typo, thanks wwp!
[claws.git] / src / plugins / acpi_notifier / Makefile.am
index df1d5df410875fb0ad6b01fbd187f06ea60bc3e0..0718451f14476a2ab3be148d02f3e4daa48a2d56 100644 (file)
@@ -13,12 +13,11 @@ acpi_notifier_la_LDFLAGS = \
 acpi_notifier_la_LIBADD = \
        $(GTK_LIBS)
 
-INCLUDES = \
+
+acpi_notifier_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)