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 /src/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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 59d6c5c1f..d23eea90e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,6 +12,7 @@ AM_CPPFLAGS = \ LDADD = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la \ + $(top_builddir)/extensions/libemp-extensions.la \ $(EMPATHY_LIBS) bin_PROGRAMS = \ |