Added gtkbuilder file here with the right type to get in translated.
[bug-buddy.git] / Makefile.am
blobc289f5b1b4e8a3ffd17366fe00d4c6e66e90193e
1 if USE_GOOGLE_BREAKPAD
2 GOOGLE_BREAKPAD_DIR = google-breakpad
3 endif
5 SUBDIRS = po pixmaps $(GOOGLE_BREAKPAD_DIR) gnome-breakpad src bugzilla
7 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
8 schemas_in_files = bug-buddy.schemas.in
9 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
11 EXTRA_DIST = \
12         MAINTAINERS                                     \
13         gnome-doc-utils.make                            \
14         intltool-extract.in                             \
15         intltool-merge.in                               \
16         intltool-update.in                              \
17         omf.make                                        \
18         xmldocs.make                                    \
19         $(schemas_in_files)                             \
20         $(schemas_DATA)
22 DISTCLEANFILES =                                        \
23         intltool-extract                                \
24         intltool-merge                                  \
25         intltool-update                                 \
26         gnome-doc-utils.make
28 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
30 distuninstallcheck_listfiles =  \
31 find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
34 if GCONF_SCHEMAS_INSTALL
35 install-data-local:
36         if test -z "$(DESTDIR)" ; then \
37                 for p in $(schemas_DATA) ; do \
38                         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \
39                 done \
40         fi
41 else
42 install-data-local:
43 endif