diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-26 21:31:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-26 21:31:14 +0800 |
commit | 389d71af383dacd5e67d460811926b34d7fcf22f (patch) | |
tree | 93b2144e66c63918c5a4fc2c261dd4724ec3c134 /libempathy/Makefile.am | |
parent | c3751daec7cca3e44abfed1db475cf0fc4703d66 (diff) | |
download | gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.gz gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.bz2 gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.lz gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.xz gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.zst gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.zip |
Make use of generated code for using stream engine.
svn path=/trunk/; revision=664
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index adf9b7d5b..f88a8cbc8 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -13,8 +13,7 @@ BUILT_SOURCES = \ empathy-enum-types.h \ empathy-enum-types.c \ empathy-filter-glue.h \ - empathy-chandler-glue.h \ - tp-stream-engine-gen.h + empathy-chandler-glue.h lib_LTLIBRARIES = libempathy.la @@ -116,9 +115,6 @@ empathy-chandler-glue.h: empathy-chandler.xml Makefile empathy-filter-glue.h: empathy-filter.xml Makefile $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_filter --mode=glib-server --output=$@ $< -tp-stream-engine-gen.h: tp-stream-engine.xml Makefile.am - $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=tp_stream_engine --mode=glib-client --output=$@ $< - empathy-enum-types.h: stamp-empathy-enum-types.h @true @@ -180,7 +176,6 @@ EXTRA_DIST = \ empathy-marshal.list \ empathy-chandler.xml \ empathy-filter.xml \ - tp-stream-engine.xml \ $(stylesheet_DATA) \ $(dtd_DATA) \ $(ircnetworks_DATA) |