aboutsummaryrefslogtreecommitdiffstats
path: root/applets/Makefile.applets
blob: 1fff4fff0fb273ba2ef50959c91dfc30b00460b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" \
              -DGETTEXT_PACKAGE=\"matchbox-panel\" \
              $(MATCHBOX_PANEL_CFLAGS) \
              -I$(top_srcdir) -I$(top_builddir)
AM_CFLAGS = $(WARN_CFLAGS)

appletdir = $(pkglibdir)

# Binary to check that the applet actually links against everything it needs.
noinst_PROGRAMS = test-linkage
test_linkage_SOURCES = $(srcdir)/../common/test_main.c \
                       $(top_srcdir)/matchbox-panel/mb-panel-scaling-image.c \
                       $(top_srcdir)/matchbox-panel/mb-panel-scaling-image2.c
test_linkage_LDADD = $(MATCHBOX_PANEL_LIBS)