summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index befd2666..b5fa3273 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -9,7 +9,6 @@ EXTRA_DIST = \
glib-interfaces-body-generator.xsl \
glib-ginterface-gen.py \
glib-gtypes-generator.py \
- glib-signals-marshal-gen.py \
gquark-gen.py \
identity.xsl \
lcov.am \
@@ -31,8 +30,6 @@ glib-ginterface-gen.py: libglibcodegen.py
$(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
glib-gtypes-generator.py: libglibcodegen.py
$(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
-glib-signals-marshal-gen.py: libglibcodegen.py
- $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
TELEPATHY_GLIB_SRCDIR = $(top_srcdir)/../telepathy-glib
maintainer-update-from-telepathy-glib: