diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:31 +0800 |
commit | ff94cd8fd00c29637d9d70f92587b1a569aaf51e (patch) | |
tree | a18fc351d57ba7aaeaa102e3d3908f7d7eb60758 /libempathy/Makefile.am | |
parent | 624e8f8ee031000ddb46bdec44a329e6964db3df (diff) | |
download | gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.tar gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.tar.gz gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.tar.bz2 gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.tar.lz gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.tar.xz gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.tar.zst gsoc2013-empathy-ff94cd8fd00c29637d9d70f92587b1a569aaf51e.zip |
Make use of generated API for EmpathyFilter
svn path=/trunk/; revision=919
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index fc5b326a1..1f79378d2 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -108,12 +108,6 @@ empathy-marshal.list: $(libempathy_la_SOURCES) Makefile.am echo "#include \"empathy-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c -empathy-chandler-glue.h: empathy-chandler.xml Makefile - $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_chandler --mode=glib-server --output=$@ $< -empathy-filter-glue.h: empathy-filter.xml Makefile - $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_filter --mode=glib-server --output=$@ $< - - empathy-enum-types.h: stamp-empathy-enum-types.h @true stamp-empathy-enum-types.h: $(libempathy_headers) Makefile @@ -172,8 +166,6 @@ pkgconfig_DATA = libempathy.pc EXTRA_DIST = \ empathy-marshal.list \ - empathy-chandler.xml \ - empathy-filter.xml \ $(stylesheet_DATA) \ $(dtd_DATA) \ $(ircnetworks_DATA) |