diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-09 18:36:16 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-09 18:36:16 +0800 |
commit | e525496e170ba7a215c335533e56fbcbe5bbdcc1 (patch) | |
tree | 8fe46daa04180ff01dc5bdbb461b86a703c6b0b9 /libempathy/Makefile.am | |
parent | 945df143a94c9c64c925591e09e6dd28c43408ff (diff) | |
download | gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.tar gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.tar.gz gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.tar.bz2 gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.tar.lz gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.tar.xz gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.tar.zst gsoc2013-empathy-e525496e170ba7a215c335533e56fbcbe5bbdcc1.zip |
libempathy: remove empathy-tp-file from headers
This is just a little hack so GEnums aren't created for enums in
empathy-tp-file.h. We'll remove the files in a sec but I want to try
and avoid breaking bisect.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 1f4bdbcb9..442027ff1 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -62,7 +62,6 @@ libempathy_headers = \ empathy-tp-chat.h \ empathy-tp-contact-factory.h \ empathy-tp-contact-list.h \ - empathy-tp-file.h \ empathy-tp-roomlist.h \ empathy-tp-streamed-media.h \ empathy-types.h \ |