diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 11:43:44 +0100 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 11:44:22 +0100 |
commit | da8acc15484033d60c57d32c5e5ce4c9866c9a58 (patch) | |
tree | 9a64833820fd31b72681d7f1274b9455ec647516 /tp-account-widgets | |
parent | a2010c80cf3666549068a32ef233d5b1b3c27146 (diff) | |
download | telepathy-account-widgets-da8acc15484033d60c57d32c5e5ce4c9866c9a58.tar.gz |
tp-account-widgets/Makefile.am: remove _LIBADD, it doesn't make sense
Diffstat (limited to 'tp-account-widgets')
-rw-r--r-- | tp-account-widgets/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am index efeb771e..4767bf9a 100644 --- a/tp-account-widgets/Makefile.am +++ b/tp-account-widgets/Makefile.am @@ -10,11 +10,6 @@ AM_CPPFLAGS = \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) -libtp_account_widgets_LIBADD = \ - $(UDEV_LIBS) \ - $(CHEESE_LIBS) \ - $(NULL) - BUILT_SOURCES = \ tpaw-account-widgets-resources.c \ tpaw-account-widgets-resources.h \ |