diff options
-rw-r--r-- | doc/lib/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | telepathy-farsight/Makefile.am | 13 |
3 files changed, 8 insertions, 9 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index cce69e6..1f46269 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -86,7 +86,7 @@ GTKDOC_LIBS= \ $(GST_INTERFACES_LIBS) \ $(TELEPATHY_LIBS) \ $(FARSIGHT2_LIBS) \ - $(top_builddir)/telepathy-farsight/libstreamengine.la + $(top_builddir)/telepathy-farsight/libtelepathy-farsight.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff --git a/src/Makefile.am b/src/Makefile.am index e28e103..9034e6f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ AM_LDFLAGS = \ $(TELEPATHY_LIBS) \ $(FARSIGHT2_LIBS) \ $(top_builddir)/api/libstream-engine-api.la \ - $(top_builddir)/telepathy-farsight/libstreamengine.la + $(top_builddir)/telepathy-farsight/libtelepathy-farsight.la # rules to generate signal marshallers %-signals-marshal.h: %-signals-marshal.list Makefile.in diff --git a/telepathy-farsight/Makefile.am b/telepathy-farsight/Makefile.am index 21fbd17..a3add81 100644 --- a/telepathy-farsight/Makefile.am +++ b/telepathy-farsight/Makefile.am @@ -6,8 +6,9 @@ CLEANFILES = $(BUILT_SOURCES) tfincludedir = $(includedir)/telepathy-1.0/telepathy-farsight +tfinclude_HEADERS = channel.h stream.h -libstreamengine_la_SOURCES = \ +libtelepathy_farsight_la_SOURCES = \ stream.c \ stream.h \ session.c \ @@ -15,11 +16,9 @@ libstreamengine_la_SOURCES = \ channel.c \ channel.h -tfinclude_HEADERS = channel.h stream.h - -nodist_libstreamengine_la_SOURCES = $(BUILT_SOURCES) +nodist_libtelepathy_farsight_la_SOURCES = $(BUILT_SOURCES) -lib_LTLIBRARIES = libstreamengine.la +lib_LTLIBRARIES = libtelepathy-farsight.la pkgconfigdir = ${libdir}/pkgconfig pkgconfig_DATA = telepathy-farsight.pc @@ -36,7 +35,7 @@ AM_CFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) -libstreamengine_la_LIBADD = \ +libtelepathy_farsight_la_LIBADD = \ $(GLIB_LIBS) \ $(DBUS_LIBS) \ $(X11_LIBS) \ @@ -45,7 +44,7 @@ libstreamengine_la_LIBADD = \ $(FARSIGHT2_LIBS) \ $(TELEPATHY_LIBS) -libstreamengine_la_LDFLAGS = -no-undefined -export-symbols-regex "^tf_(channel|stream).*" +libtelepathy_farsight_la_LDFLAGS = -no-undefined -export-symbols-regex "^tf_(channel|stream).*" # rules to generate signal marshallers %-signals-marshal.h: %-signals-marshal.list Makefile.in |