From b7949a68d2dac219b058f76ac2c0159f7377ffa7 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 21 Sep 2012 20:20:08 +0000 Subject: [PATCH] edbus: Also rename installed lib to edbus2 SVN revision: 76997 --- legacy/edbus/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/edbus/Makefile.am b/legacy/edbus/Makefile.am index 625c521ed9..6fe4f0a181 100644 --- a/legacy/edbus/Makefile.am +++ b/legacy/edbus/Makefile.am @@ -52,7 +52,7 @@ MAINTAINERCLEANFILES += \ missing \ mkinstalldirs -lib_LTLIBRARIES = libedbus.la +lib_LTLIBRARIES = libedbus2.la include_HEADERS = \ src/lib/EDBus.h \ @@ -65,8 +65,8 @@ include_HEADERS = \ src/lib/edbus_service.h \ src/lib/edbus_signal_handler.h -libedbus_la_LIBADD = @ECORE_LIBS@ @DBUS_LIBS@ -libedbus_la_SOURCES = \ +libedbus2_la_LIBADD = @ECORE_LIBS@ @DBUS_LIBS@ +libedbus2_la_SOURCES = \ src/lib/edbus_private.h \ src/lib/edbus_private_types.h \ src/lib/edbus_proxy.c \ @@ -87,7 +87,7 @@ noinst_PROGRAMS = \ src/examples/server \ src/examples/client -EXAMPLES_LIBS = libedbus.la @ECORE_LIBS@ +EXAMPLES_LIBS = libedbus2.la @ECORE_LIBS@ src_examples_connman_list_services_SOURCES = \ src/examples/connman-list-services.c