diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-01-22 13:04:10 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:05 +0800 |
commit | 43680e9c8613024a9d92c03b2e937d8bcbc8e22b (patch) | |
tree | 65112a9a933e3c82314583db64808e67299bf698 /src/Makefile.am | |
parent | 3f1b321290d57754584f5d547f801c9cc6f04c75 (diff) | |
download | gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.gz gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.bz2 gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.lz gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.xz gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.zst gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.zip |
Build fix
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a70e7e2de..ef6311f29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,9 +4,10 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(EMPATHY_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ + $(GEOCLUE_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ - $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) + $(WARN_CFLAGS) LDADD = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ @@ -14,7 +15,8 @@ LDADD = \ $(top_builddir)/extensions/libemp-extensions.la \ $(LIBNOTIFY_LIBS) \ $(EMPATHY_LIBS) \ - $(LIBCHAMPLAIN_LIBS) + $(LIBCHAMPLAIN_LIBS) \ + $(GEOCLUE_LIBS) bin_PROGRAMS = \ empathy \ |