aboutsummaryrefslogtreecommitdiffstats
path: root/applets/Makefile.applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets/Makefile.applets')
-rw-r--r--applets/Makefile.applets10
1 files changed, 10 insertions, 0 deletions
diff --git a/applets/Makefile.applets b/applets/Makefile.applets
index a55764b..8218c6e 100644
--- a/applets/Makefile.applets
+++ b/applets/Makefile.applets
@@ -1,5 +1,15 @@
+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
test_linkage_LDADD = $(MATCHBOX_PANEL_LIBS)
+
+MAINTAINERCLEANFILES = Makefile.in