aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox-panel/Makefile.am
blob: 8cb2c13313cbbedffb4ba8974ecaf6954400b45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\" \
            -DGETTEXT_PACKAGE=\"matchbox-panel\" \
	    -DDEFAULT_APPLET_PATH=\"$(pkglibdir)\" \
            $(MATCHBOX_PANEL_CFLAGS) \
	    -I$(top_srcdir) -I$(top_builddir)
AM_CFLAGS = $(WARN_CFLAGS)

matchbox_panelincdir = $(pkgincludedir)

matchbox_panelinc_HEADERS = mb-panel.h mb-panel-scaling-image.h

bin_PROGRAMS = matchbox-panel

matchbox_panel_SOURCES = mb-panel.c mb-panel-scaling-image.c

matchbox_panel_LDADD = $(MATCHBOX_PANEL_LIBS)
# This is required as gmodule-export in Poky doesn't have it
matchbox_panel_LDFLAGS = -Wl,--export-dynamic

CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = $(BUILT_SOURCES)
MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)