[pulseaudio-commits] r1755 - /branches/lennart/src/Makefile.am

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Sep 2 15:08:36 PDT 2007


Author: lennart
Date: Mon Sep  3 00:08:30 2007
New Revision: 1755

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=3D1755&root=3Dpulseaudio&vi=
ew=3Drev
Log:
make libpulse-core a noinst lib, because it does not have yet a stable API =
and won't get one anytime. Also, don't install its header files

Modified:
    branches/lennart/src/Makefile.am

Modified: branches/lennart/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/Makefile.a=
m?rev=3D1755&root=3Dpulseaudio&r1=3D1754&r2=3D1755&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/lennart/src/Makefile.am (original)
+++ branches/lennart/src/Makefile.am Mon Sep  3 00:08:30 2007
@@ -574,8 +574,8 @@
 #      Daemon core library        #
 ###################################
 =

-
-pulsecoreinclude_HEADERS =3D \
+#pulsecoreinclude_HEADERS =3D
+noinst_HEADERS =3D \
 		pulsecore/autoload.h \
 		pulsecore/atomic.h \
 		pulsecore/cli-command.h \
@@ -627,7 +627,7 @@
 		pulsecore/semaphore.h \
 		pulsecore/once.h
 =

-lib_LTLIBRARIES +=3D libpulsecore.la
+noinst_LTLIBRARIES +=3D libpulsecore.la
 =

 # Some public stuff is used even in the core
 libpulsecore_la_SOURCES =3D \
@@ -721,7 +721,8 @@
 #   Plug-in support libraries     #
 ###################################
 =

-pulsecoreinclude_HEADERS +=3D \
+#pulsecoreinclude_HEADERS +=3D
+noinst_HEADERS +=3D \
 		pulsecore/socket-util.h \
 		pulsecore/iochannel.h \
 		pulsecore/socket-server.h \
@@ -781,7 +782,8 @@
 endif
 =

 if HAVE_X11
-pulsecoreinclude_HEADERS +=3D \
+#pulsecoreinclude_HEADERS +=3D
+noinst_HEADERS +=3D \
 		pulsecore/x11wrap.h \
 		pulsecore/x11prop.h
 =

@@ -791,7 +793,8 @@
 endif
 =

 if HAVE_AVAHI
-pulsecoreinclude_HEADERS +=3D \
+#pulsecoreinclude_HEADERS +=3D
+noinst_HEADERS +=3D \
 		pulsecore/avahi-wrap.h
 =

 modlibexec_LTLIBRARIES +=3D \
@@ -1312,15 +1315,15 @@
 module_suspend_on_idle_la_CFLAGS =3D $(AM_CFLAGS)
 =

 # RTP modules
-module_rtp_send_la_SOURCES =3D modules/rtp/module-rtp-send.c
-module_rtp_send_la_LDFLAGS =3D -module -avoid-version
-module_rtp_send_la_LIBADD =3D $(AM_LIBADD) libpulsecore.la librtp.la
-module_rtp_send_la_CFLAGS =3D $(AM_CFLAGS)
-
-module_rtp_recv_la_SOURCES =3D modules/rtp/module-rtp-recv.c
-module_rtp_recv_la_LDFLAGS =3D -module -avoid-version
-module_rtp_recv_la_LIBADD =3D $(AM_LIBADD) libpulsecore.la librtp.la
-module_rtp_recv_la_CFLAGS =3D $(AM_CFLAGS)
+#module_rtp_send_la_SOURCES =3D modules/rtp/module-rtp-send.c
+#module_rtp_send_la_LDFLAGS =3D -module -avoid-version
+#module_rtp_send_la_LIBADD =3D $(AM_LIBADD) libpulsecore.la librtp.la
+#module_rtp_send_la_CFLAGS =3D $(AM_CFLAGS)
+
+#module_rtp_recv_la_SOURCES =3D modules/rtp/module-rtp-recv.c
+#module_rtp_recv_la_LDFLAGS =3D -module -avoid-version
+#module_rtp_recv_la_LIBADD =3D $(AM_LIBADD) libpulsecore.la librtp.la
+#module_rtp_recv_la_CFLAGS =3D $(AM_CFLAGS)
 =

 # JACK
 =





More information about the pulseaudio-commits mailing list