summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-20 16:56:06 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-20 16:56:06 +0000
commitdb75f68854b03a4fb8884616d085f48b9fc4d001 (patch)
treed96740cb6388260838eb469ed49b988f02cd1604
parent30ada90fd2bce05097a85da86a10ffb52c2ffd35 (diff)
actually ship src/pulsecore/creds.h in the tarballs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1124 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 431bedbd..ec1678c7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -405,7 +405,7 @@ libpulse_la_SOURCES += \
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 @@ pulsecoreinclude_HEADERS = \
pulsecore/source.h \
pulsecore/source-output.h \
pulsecore/strbuf.h \
- pulsecore/tokenizer.h
+ pulsecore/tokenizer.h \
+ pulsecore/creds.h
lib_LTLIBRARIES += libpulsecore.la