It is not meant to be used by third parties, so do not install in a public dir --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am index 0c58d37..838560d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -917,7 +917,7 @@ libpulsedsp_la_LDFLAGS = $(AM_LDFLAGS) $(AM_LIBLDFLAGS) -avoid-version -disable- # Daemon core library # ################################### -lib_LTLIBRARIES += libpulsecore-@[email protected] +pkglib_LTLIBRARIES += libpulsecore-@[email protected] # Pure core stuff libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \ -- 2.6.0 _______________________________________________ pulseaudio-discuss mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
