diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-05 21:06:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-08 17:27:26 +0800 |
commit | 76d23bc01b65271a4067a13a9f51037004019d42 (patch) | |
tree | f30bb2c91a190ebde2321604b8797454697eab7f /libempathy/Makefile.am | |
parent | b98c0e0b2a91f7deec643288082c12d61982f575 (diff) | |
download | gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.gz gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.bz2 gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.lz gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.xz gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.zst gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.zip |
add an optional dep on geocode-glib
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index cfea24c0e..41cec88fd 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -11,6 +11,7 @@ AM_CPPFLAGS = \ -DGCR_API_SUBJECT_TO_CHANGE \ $(EMPATHY_CFLAGS) \ $(GEOCLUE_CFLAGS) \ + $(GEOCODE_CFLAGS) \ $(NETWORK_MANAGER_CFLAGS) \ $(CONNMAN_CFLAGS) \ $(WARN_CFLAGS) \ @@ -112,6 +113,7 @@ libempathy_la_LIBADD = \ $(GCR_LIBS) \ $(EMPATHY_LIBS) \ $(GEOCLUE_LIBS) \ + $(GEOCODE_LIBS) \ $(NETWORK_MANAGER_LIBS) \ $(CONNMAN_LIBS) |