diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-29 23:07:52 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:06 +0800 |
commit | 6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e (patch) | |
tree | 7e238a9fe828cb50e66786460c23d5f605dbd5fe /tp-account-widgets/Makefile.am | |
parent | 7f50fe46dc08956800ee9d63f5191b0d754ca106 (diff) | |
download | gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.tar gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.tar.gz gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.tar.bz2 gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.tar.lz gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.tar.xz gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.tar.zst gsoc2013-empathy-6400b739ecdf0e14ad3cc1c6c7032a4eb486bb0e.zip |
cheese-camera-device-monitor: move from Empathy to tp-account-widgets
This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/Makefile.am')
-rw-r--r-- | tp-account-widgets/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am index 3aafe3df9..7bbe9f1cc 100644 --- a/tp-account-widgets/Makefile.am +++ b/tp-account-widgets/Makefile.am @@ -7,9 +7,14 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"empathy\" \ -DGCR_API_SUBJECT_TO_CHANGE \ $(EMPATHY_CFLAGS) \ + $(UDEV_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) +libtp_account_widgets_LIBADD = \ + $(UDEV_LIBS) \ + $(NULL) + BUILT_SOURCES = \ tpaw-account-widgets-resources.c \ tpaw-account-widgets-resources.h \ @@ -62,6 +67,11 @@ libtp_account_widgets_headers = \ totem-subtitle-encoding.h \ $(NULL) +nocheck_sources = \ + cheese-camera-device-monitor.c \ + cheese-camera-device-monitor.h \ + $(NULL) + pkglib_LTLIBRARIES = libtp-account-widgets.la # libtp-account-widgets's API is not stable and will never be, so use -release to make the @@ -74,6 +84,7 @@ libtp_account_widgets_la_LDFLAGS = \ libtp_account_widgets_la_SOURCES = \ $(libtp_account_widgets_sources) \ $(libtp_account_widgets_headers) \ + $(nocheck_sources) \ $(NULL) # these are sources that depend on Ubuntu Online Accounts |