if USE_GOOGLE_BREAKPAD
GOOGLE_BREAKPAD_DIR = google-breakpad
else
GOOGLE_BREAKPAD_DIST_DIR = google-breakpad
endif
SUBDIRS = po pixmaps $(GOOGLE_BREAKPAD_DIR) gnome-breakpad src bugzilla
DIST_SUBDIRS = $(SUBDIRS) $(GOOGLE_BREAKPAD_DIST_DIR)
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
schemas_in_files = bug-buddy.schemas.in
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = \
MAINTAINERS \
gnome-doc-utils.make \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
omf.make \
xmldocs.make \
$(schemas_in_files) \
$(schemas_DATA)
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
gnome-doc-utils.make
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
distuninstallcheck_listfiles = \
find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
if GCONF_SCHEMAS_INSTALL
install-data-local:
if test -z "$(DESTDIR)" ; then \
for p in $(schemas_DATA) ; do \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \
done \
fi
else
install-data-local:
endif
syntax highlighted by Code2HTML, v. 0.9.1