aboutsummaryrefslogtreecommitdiffstats
path: root/applets/launcher/Makefile.am
blob: 7be9292c9307c05a3988cac9c7a72cff85c462b0 (plain)
1
2
3
4
5
6
7
8
9
10
include ../Makefile.applets

applet_LTLIBRARIES = liblauncher.la

liblauncher_la_SOURCES = launcher.c
liblauncher_la_CPPFLAGS = $(AM_CPPFLAGS) $(SN_CFLAGS)
liblauncher_la_LIBADD = $(SN_LIBS)
liblauncher_la_LDFLAGS = -avoid-version -module

test_linkage_LDADD += liblauncher.la