-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it so that make distcheck suceeds.
- Loading branch information
Matthias Clasen
committed
Jul 7, 2016
1 parent
2f46509
commit 8fdef7f
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
SUBDIRS = po | ||
|
||
BUILT_SOURCES = | ||
CLEANFILES = | ||
EXTRA_DIST = | ||
|
||
include src/Makefile.am.inc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
portaldir = $(datadir)/xdg-desktop-portal/portals | ||
portal_DATA = data/gtk.portal | ||
dist_portal_DATA = data/gtk.portal | ||
|
||
%.service: %.service.in config.log | ||
%.service: data/%.service.in config.log | ||
$(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ | ||
|
||
servicedir = $(DBUS_SERVICE_DIR) | ||
service_in_files = data/org.freedesktop.impl.portal.desktop.gtk.service.in | ||
service_DATA = data/org.freedesktop.impl.portal.desktop.gtk.service | ||
dbus_servicedir = $(DBUS_SERVICE_DIR) | ||
dbus_service_in_files = data/org.freedesktop.impl.portal.desktop.gtk.service.in | ||
dbus_service_DATA = org.freedesktop.impl.portal.desktop.gtk.service | ||
|
||
CLEANFILES += $(dbus_service_DATA) | ||
|
||
EXTRA_DIST += \ | ||
data/org.gtk.Notification.xml \ | ||
$(dbus_service_in_files) \ | ||
data/org.gtk.Notifications.xml \ | ||
data/org.gnome.SessionManager.xml \ | ||
data/org.freedesktop.Screensaver.xml \ | ||
data/org.freedesktop.ScreenSaver.xml \ | ||
data/org.gnome.Shell.Screenshot.xml \ | ||
$(NULL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters