diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-14 22:11:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-19 00:54:57 +0800 |
commit | c30eaa7a26e66671c53c81f85296443e7c8198bd (patch) | |
tree | 2d85380a4b400751f570ab25178ec0ef1d04d949 /src/Makefile.am | |
parent | edf04ad86a916e81ce13fda6c9544ea78eb6b809 (diff) | |
download | gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.tar gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.tar.gz gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.tar.bz2 gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.tar.lz gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.tar.xz gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.tar.zst gsoc2013-empathy-c30eaa7a26e66671c53c81f85296443e7c8198bd.zip |
remove empathy-tube-handler.c and empathy-tube-dispatch
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c3f6582e7..6360dee09 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,9 +23,7 @@ LDADD = \ bin_PROGRAMS = \ empathy -BUILT_SOURCES= \ - empathy-tube-dispatch-enumtypes.h \ - empathy-tube-dispatch-enumtypes.c +BUILT_SOURCES= empathy_handwritten_source = \ empathy-about-dialog.c empathy-about-dialog.h \ @@ -49,7 +47,6 @@ empathy_handwritten_source = \ empathy-preferences.c empathy-preferences.h \ empathy-sidebar.c empathy-sidebar.h \ empathy-status-icon.c empathy-status-icon.h \ - empathy-tube-dispatch.c empathy-tube-dispatch.h \ empathy.c empathy_SOURCES = \ |