clean up former extra-plugins Makefiles
[claws.git] / src / plugins / acpi_notifier / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 if BUILD_ACPI_NOTIFIER_PLUGIN
4 plugin_LTLIBRARIES = acpi_notifier.la
5 endif
6
7 acpi_notifier_la_SOURCES = \
8         acpi_notifier.c
9
10 acpi_notifier_la_LDFLAGS = \
11         -avoid-version -module
12
13 acpi_notifier_la_LIBADD = \
14         $(GTK_LIBS)
15
16 INCLUDES = \
17         -I$(top_srcdir)/src \
18         -I$(top_srcdir)/src/common \
19         -I$(top_builddir)/src/common \
20         -I$(top_srcdir)/src/gtk
21
22 AM_CPPFLAGS = \
23         $(GLIB_CFLAGS) \
24         $(GTK_CFLAGS)