diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-07-13 05:40:10 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-07-13 05:40:10 +0800 |
commit | 4b461d83b002421157a01cf8081b735af162cd13 (patch) | |
tree | 5ecb1328065e8dc9992439315e2c20fc1daf51df /configure.ac | |
parent | f600051da4c1a2d92f4c643f8b33e3efc4490315 (diff) | |
download | gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.tar gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.tar.gz gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.tar.bz2 gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.tar.lz gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.tar.xz gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.tar.zst gsoc2013-empathy-4b461d83b002421157a01cf8081b735af162cd13.zip |
Fix missing header for EmpathyAccountWidgetMSN.
2007-07-12 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/Makefile.am: Fix missing header for
EmpathyAccountWidgetMSN.
* configure.ac: Fix useless "\".
* autogen.sh: run gtkdocize if needed.
svn path=/trunk/; revision=183
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 923de0648..747b6d586 100644 --- a/configure.ac +++ b/configure.ac @@ -139,8 +139,8 @@ AC_OUTPUT([ libempathy-gtk/Makefile libempathy-gtk/libempathy-gtk.pc src/Makefile - doc/Makefile \ - doc/libempathy/Makefile \ - doc/libempathy-gtk/Makefile \ + doc/Makefile + doc/libempathy/Makefile + doc/libempathy-gtk/Makefile ]) |