Remove inclusion of sys/socket.h from nntp-thread.c
[claws.git] / src / plugins / acpi_notifier / Makefile.am
blob4bb930ef59fe260dbc4d8ea13f80385b04d492dd
1 # Copyright 1999-2014 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 plugindir = $(pkglibdir)/plugins
8 if BUILD_ACPI_NOTIFIER_PLUGIN
9 plugin_LTLIBRARIES = acpi_notifier.la
10 endif
12 acpi_notifier_la_SOURCES = \
13         acpi_notifier.c
15 acpi_notifier_la_LDFLAGS = \
16         -avoid-version -module -z noexecstack
18 acpi_notifier_la_LIBADD = \
19         $(GTK_LIBS)
22 acpi_notifier_la_CPPFLAGS = \
23         -I$(top_srcdir)/src \
24         -I$(top_srcdir)/src/common \
25         -I$(top_builddir)/src/common \
26         -I$(top_srcdir)/src/gtk \
27         $(GLIB_CFLAGS) \
28         $(GTK_CFLAGS)
30 .PHONY: test