diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-03-03 22:31:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-03-03 23:18:45 +0800 |
commit | f48b89ce4d61d16843361636ad9f155451fde98d (patch) | |
tree | dd614718c641cfb6cf99bc725fc2dd11058b0ad8 /libempathy-gtk/Makefile.am | |
parent | d6c60c80075fac5b34d23d37ec7826835fd02cd6 (diff) | |
download | gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.gz gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.bz2 gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.lz gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.xz gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.zst gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.zip |
Move empathy_string_parser API to its own file
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index c9736ac43..6ec319e1c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -65,6 +65,7 @@ libempathy_gtk_handwritten_source = \ empathy-sound.c \ empathy-spell.c \ empathy-status-preset-dialog.c \ + empathy-string-parser.c \ empathy-theme-boxes.c \ empathy-theme-irc.c \ empathy-theme-manager.c \ @@ -111,6 +112,7 @@ libempathy_gtk_headers = \ empathy-sound.h \ empathy-spell.h \ empathy-status-preset-dialog.h \ + empathy-string-parser.h \ empathy-theme-boxes.h \ empathy-theme-irc.h \ empathy-theme-manager.h \ |