diff options
author | Raluca Elena Podiuc <ralucaelena1985@gmail.com> | 2011-04-12 03:34:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-26 15:08:10 +0800 |
commit | 87118ba7e4c1a07765ccb762b9ccd603b5facc7b (patch) | |
tree | b0c26599c97f839ee6a6c86f45d5719aabed3c2c /libempathy-gtk | |
parent | a6a4c117c17659134df600c9b96f8cceb07f44ef (diff) | |
download | gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.tar gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.tar.gz gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.tar.bz2 gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.tar.lz gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.tar.xz gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.tar.zst gsoc2013-empathy-87118ba7e4c1a07765ccb762b9ccd603b5facc7b.zip |
libempathy-gtk: add dependency on libcheese
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 18f9a1cdc..be1aeeea3 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -13,6 +13,7 @@ AM_CPPFLAGS = \ $(GEOCLUE_CFLAGS) \ $(MEEGO_CFLAGS) \ $(WEBKIT_CFLAGS) \ + $(CHEESE_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -167,6 +168,7 @@ libempathy_gtk_la_LIBADD = \ $(GCR_LIBS) \ $(MEEGO_LIBS) \ $(WEBKIT_LIBS) \ + $(CHEESE_LIBS) \ $(top_builddir)/libempathy/libempathy.la check_c_sources = \ |