diff options
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 9fbb7fe0b..6f5758325 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -40,6 +40,9 @@ libempathy_la_SOURCES = \ libempathy_la_LIBADD = \ $(LIBEMPATHY_LIBS) +libempathy_la_LDFLAGS = \ + -version-info ${LIBEMPATHY_CURRENT}:${LIBEMPATHY_REVISION}:${LIBEMPATHY_AGE} + libempathydir = $(includedir)/libempathy/ libempathy_HEADERS = \ empathy-conf.h \ |