summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2010-06-15 21:18:38 -0500
committerJohan Dahlin <jdahlin@litl.com>2010-09-06 01:33:54 -0300
commit7c4ce738a0d81d8dcae66528e322298b2a245d27 (patch)
treebcbf87165acc252400c5bf86ac91c57114f2cfb2 /atk
parent380204b95cb0a611df0233bf6275b5b511268240 (diff)
downloadatk-7c4ce738a0d81d8dcae66528e322298b2a245d27.tar.gz
Do not dist gir_DATA
GIR files contain a shared-library attribute which varies per platform, and therefore must not be disted; see bug 621211 for rationale. https://bugzilla.gnome.org/show_bug.cgi?id=621717
Diffstat (limited to 'atk')
-rw-r--r--atk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am
index a900965..0f696e4 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -168,12 +168,12 @@ Atk_1_0_gir_FILES = \
INTROSPECTION_GIRS += Atk-1.0.gir
girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
typelibsdir = $(libdir)/girepository-1.0
typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(gir_DATA) $(typelibs_DATA)
endif
# ---------- Win32 stuff ----------