You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
556 B
Makefile

sugardir = $(pythondir)/sugar
sugar_PYTHON = browser.py
icondir = $(pkgdatadir)
icon_DATA = \
fold.png \
unfold.png
# Dbus service file
servicedir = $(datadir)/dbus-1/services
service_in_files = com.redhat.Sugar.Browser.service.in
service_DATA = $(service_in_files:.service.in=.service)
# Rule to make the service file with bindir expanded
$(service_DATA): $(service_in_files) Makefile
@sed -e "s|\@bindir\@|$(bindir)|" $< > $@
EXTRA_DIST = \
$(service_in_files) \
$(service_DATA) \
$(icon_DATA)
DISTCLEANFILES = \
$(service_DATA)