mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
rename some more
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@213 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f077958747
commit
95612b6b1c
5 changed files with 6 additions and 6 deletions
|
|
@ -159,7 +159,7 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
modinfo.c modinfo.h \
|
||||
daemon-conf.c daemon-conf.h \
|
||||
dumpmodules.c dumpmodules.h \
|
||||
conparser.h confparser.c
|
||||
conf-parser.h conf-parser.c
|
||||
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
|
||||
polypaudio_INCLUDES = $(INCLTDL)
|
||||
|
|
@ -334,8 +334,8 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES = polyplib.h \
|
|||
llist.h \
|
||||
log.c log.h \
|
||||
gcc-printf.h \
|
||||
client-conf.c client-conf.h \
|
||||
confparser.c confparser.h
|
||||
client-conf.c client-conf.h \
|
||||
conf-parser.c conf-parser.h
|
||||
|
||||
libpolyp_@PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS)
|
||||
libpolyp_@PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include "client-conf.h"
|
||||
#include "xmalloc.h"
|
||||
#include "log.h"
|
||||
#include "confparser.h"
|
||||
#include "conf-parser.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifndef DEFAULT_CLIENT_CONFIG_FILE
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "confparser.h"
|
||||
#include "conf-parser.h"
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
#include "xmalloc.h"
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
#include "util.h"
|
||||
#include "xmalloc.h"
|
||||
#include "strbuf.h"
|
||||
#include "confparser.h"
|
||||
#include "conf-parser.h"
|
||||
|
||||
#ifndef DEFAULT_SCRIPT_FILE
|
||||
#define DEFAULT_SCRIPT_FILE "/etc/polypaudio/default.pa"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue