aboutsummaryrefslogtreecommitdiffstats
path: root/applets/battery/Makefile.am
blob: 1d37861fce4a40dc3ba898277cb5801d649297a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = data

AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\" \
            -DGETTEXT_PACKAGE=\"matchbox-panel\" \
	    -DDATADIR=\"$(pkgdatadir)/battery/\"
AM_CFLAGS = -Wall -g $(MATCHBOX_PANEL_CFLAGS) \
	    -I$(top_srcdir) -I$(top_builddir) -Werror

appletdir = $(pkglibdir)
applet_LTLIBRARIES = libbattery.la

libbattery_la_SOURCES = battery.c
libbattery_la_LIBADD = -lapm
libbattery_la_LDFLAGS = -avoid-version

MAINTAINERCLEANFILES = Makefile.in