aboutsummaryrefslogtreecommitdiffstats
path: root/applets/launcher/Makefile.am
blob: 0989600536cbd7bf24b68ef4c38113cd694b4b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\" -DGETTEXT_PACKAGE=\"matchbox-panel\"
AM_CFLAGS = -Wall -g $(MATCHBOX_PANEL_CFLAGS) $(SN_CFLAGS) \
	    -I$(top_srcdir) -I$(top_builddir) -Werror

appletdir = $(pkglibdir)
applet_LTLIBRARIES = liblauncher.la

liblauncher_la_SOURCES = launcher.c
liblauncher_la_LIBADD = $(SN_LIBS)
liblauncher_la_LDFLAGS = -avoid-version

MAINTAINERCLEANFILES = Makefile.in