[pulseaudio-commits] r1124 - /trunk/src/Makefile.am
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Thu Jul 20 09:56:08 PDT 2006
Author: lennart
Date: Thu Jul 20 18:56:06 2006
New Revision: 1124
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1124&root=pulseaudio&view=rev
Log:
actually ship src/pulsecore/creds.h in the tarballs
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=1124&root=pulseaudio&r1=1123&r2=1124&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Thu Jul 20 18:56:06 2006
@@ -405,7 +405,7 @@
pulsecore/strlist.c pulsecore/strlist.h \
pulsecore/tagstruct.c pulsecore/tagstruct.h \
pulsecore/core-error.c pulsecore/core-error.h \
- pulsecore/winsock.h
+ pulsecore/winsock.h pulsecore/creds.h
if OS_IS_WIN32
libpulse_la_SOURCES += \
@@ -508,7 +508,8 @@
pulsecore/source.h \
pulsecore/source-output.h \
pulsecore/strbuf.h \
- pulsecore/tokenizer.h
+ pulsecore/tokenizer.h \
+ pulsecore/creds.h
lib_LTLIBRARIES += libpulsecore.la
More information about the pulseaudio-commits
mailing list