[polypaudio-commits] r501 - /trunk/src/Makefile.am
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Fri Feb 17 04:34:46 PST 2006
Author: ossman
Date: Fri Feb 17 13:34:44 2006
New Revision: 501
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=501&root=polypaudio&view=rev
Log:
Make sure that all polypcore headers are installed.
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=501&root=polypaudio&r1=500&r2=501&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Fri Feb 17 13:34:44 2006
@@ -406,36 +406,46 @@
###################################
polypcoreinclude_HEADERS = \
+ polypcore/autoload.h \
polypcore/cli-command.h \
+ polypcore/cli-text.h \
polypcore/client.h \
polypcore/core.h \
+ polypcore/core-scache.h \
+ polypcore/core-subscribe.h \
+ polypcore/conf-parser.h \
polypcore/dynarray.h \
- polypcore/endianmacros.h \
+ polypcore/g711.h \
polypcore/hashmap.h \
polypcore/idxset.h \
- polypcore/iochannel.h \
polypcore/log.h \
+ polypcore/mcalign.h \
polypcore/memblock.h \
polypcore/memblockq.h \
polypcore/memchunk.h \
polypcore/modargs.h \
+ polypcore/modinfo.h \
polypcore/module.h \
polypcore/namereg.h \
+ polypcore/pid.h \
+ polypcore/play-memchunk.h \
+ polypcore/props.h \
polypcore/queue.h \
+ polypcore/random.h \
polypcore/resampler.h \
polypcore/sample-util.h \
+ polypcore/sconv.h \
polypcore/sink.h \
polypcore/sink-input.h \
polypcore/sioman.h \
- polypcore/socket-server.h \
- polypcore/socket-client.h \
- polypcore/socket-util.h \
+ polypcore/sound-file.h \
+ polypcore/sound-file-stream.h \
polypcore/source.h \
polypcore/source-output.h \
polypcore/strbuf.h \
polypcore/tokenizer.h \
- polypcore/tagstruct.h \
- polypcore/util.h
+ polypcore/util.h \
+ polypcore/xmalloc.h
lib_LTLIBRARIES += libpolypcore.la
@@ -456,6 +466,8 @@
polypcore/client.c polypcore/client.h \
polypcore/conf-parser.c polypcore/conf-parser.h \
polypcore/core.c polypcore/core.h \
+ polypcore/core-scache.c polypcore/core-scache.h \
+ polypcore/core-subscribe.c polypcore/core-subscribe.h \
polypcore/dllmain.c \
polypcore/dynarray.c polypcore/dynarray.h \
polypcore/endianmacros.h \
@@ -479,7 +491,6 @@
polypcore/random.c polypcore/random.h \
polypcore/resampler.c polypcore/resampler.h \
polypcore/sample-util.c polypcore/sample-util.h \
- polypcore/core-scache.c polypcore/core-scache.h \
polypcore/sconv.c polypcore/sconv.h \
polypcore/sconv-s16be.c polypcore/sconv-s16be.h \
polypcore/sconv-s16le.c polypcore/sconv-s16le.h \
@@ -491,7 +502,6 @@
polypcore/source.c polypcore/source.h \
polypcore/source-output.c polypcore/source-output.h \
polypcore/strbuf.c polypcore/strbuf.h \
- polypcore/core-subscribe.c polypcore/core-subscribe.h \
polypcore/tokenizer.c polypcore/tokenizer.h \
polypcore/util.c polypcore/util.h \
polypcore/winsock.h \
@@ -504,6 +514,30 @@
###################################
# Plug-in support libraries #
###################################
+
+polypcoreinclude_HEADERS += \
+ polypcore/socket-util.h \
+ polypcore/iochannel.h \
+ polypcore/socket-server.h \
+ polypcore/socket-client.h \
+ polypcore/parseaddr.h \
+ polypcore/packet.h \
+ polypcore/pstream.h \
+ polypcore/ioline.h \
+ polypcore/cli.h \
+ polypcore/protocol-cli.h \
+ polypcore/tagstruct.h \
+ polypcore/pstream-util.h \
+ polypcore/pdispatch.h \
+ polypcore/authkey.h \
+ polypcore/authkey-prop.h \
+ polypcore/strlist.h \
+ polypcore/protocol-simple.h \
+ polypcore/esound.h \
+ polypcore/protocol-esound.h \
+ polypcore/native-common.h \
+ polypcore/protocol-native.h \
+ polypcore/protocol-http.h
### Warning! Due to an obscure bug in libtool/automake it is required
### that the libraries in modlib_LTLIBRARIES are specified in-order,
@@ -533,6 +567,10 @@
libprotocol-http.la
if HAVE_X11
+polypcoreinclude_HEADERS += \
+ polypcore/x11wrap.h \
+ polypcore/x11prop.h
+
modlib_LTLIBRARIES += \
libx11wrap.la \
libx11prop.la
More information about the pulseaudio-commits
mailing list