diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-29 23:20:24 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:06 +0800 |
commit | f6d827a6b1006858de979d6627598fa17098ee62 (patch) | |
tree | 8ac85d9a2035213aed5e9e194bfe1047ee3094c1 /libempathy/Makefile.am | |
parent | 6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e (diff) | |
download | gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.tar gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.tar.gz gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.tar.bz2 gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.tar.lz gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.tar.xz gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.tar.zst gsoc2013-empathy-f6d827a6b1006858de979d6627598fa17098ee62.zip |
camera-monitor: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index d6b9faa7b..e7dbd7f86 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -13,7 +13,6 @@ AM_CPPFLAGS = \ $(GEOCODE_CFLAGS) \ $(NETWORK_MANAGER_CFLAGS) \ $(CONNMAN_CFLAGS) \ - $(UDEV_CFLAGS) \ $(GOA_CFLAGS) \ $(UOA_CFLAGS) \ $(WARN_CFLAGS) \ @@ -28,7 +27,6 @@ BUILT_SOURCES = \ libempathy_headers = \ action-chain-internal.h \ empathy-auth-factory.h \ - empathy-camera-monitor.h \ empathy-chatroom-manager.h \ empathy-chatroom.h \ empathy-client-factory.h \ @@ -58,7 +56,6 @@ libempathy_handwritten_source = \ $(libempathy_headers) \ action-chain.c \ empathy-auth-factory.c \ - empathy-camera-monitor.c \ empathy-chatroom-manager.c \ empathy-chatroom.c \ empathy-client-factory.c \ |