aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applets/Makefile.applets3
1 files changed, 2 insertions, 1 deletions
diff --git a/applets/Makefile.applets b/applets/Makefile.applets
index 9538818..1fff4ff 100644
--- a/applets/Makefile.applets
+++ b/applets/Makefile.applets
@@ -9,5 +9,6 @@ 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-image.c \
+ $(top_srcdir)/matchbox-panel/mb-panel-scaling-image2.c
test_linkage_LDADD = $(MATCHBOX_PANEL_LIBS)