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

SUBDIRS = data

applet_LTLIBRARIES = libstartup.la
libstartup_la_SOURCES = startup.c
libstartup_la_CPPFLAGS = $(AM_CPPFLAGS) $(SN_CFLAGS) -DDATADIR=\"$(pkgdatadir)/startup/\"
libstartup_la_LIBADD = $(SN_LIBS)
libstartup_la_LDFLAGS = -avoid-version -module

test_linkage_LDADD += libstartup.la

-include $(top_srcdir)/git.mk