aboutsummaryrefslogtreecommitdiffstats
path: root/applets/brightness/Makefile.am
blob: 61c37bbb71bfb091a4629f994b8c3e3120d0c81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ../Makefile.applets

SUBDIRS = data

applet_LTLIBRARIES = libbrightness.la
libbrightness_la_SOURCES = brightness.c
libbrightness_la_CPPFLAGS = $(AM_CPPFLAGS) -DDATADIR=\"$(pkgdatadir)/brightness/\"
libbrightness_la_LDFLAGS = -avoid-version -module

test_linkage_LDADD += libbrightness.la

-include $(top_srcdir)/git.mk