mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make clitext to cli-text renaming complete
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@129 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e4be61675e
commit
a0d54ddb8b
4 changed files with 5 additions and 5 deletions
|
|
@ -116,7 +116,7 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
modargs.c modargs.h \
|
||||
cmdline.c cmdline.h \
|
||||
cli-command.c cli-command.h \
|
||||
clitext.c clitext.h \
|
||||
cli-text.c cli-text.h \
|
||||
tokenizer.c tokenizer.h \
|
||||
dynarray.c dynarray.h \
|
||||
scache.c scache.h \
|
||||
|
|
@ -406,7 +406,7 @@ libpolypcore_la_SOURCES = idxset.c idxset.h \
|
|||
sioman.c sioman.h \
|
||||
modargs.c modargs.h \
|
||||
cli-command.c cli-command.h \
|
||||
clitext.c clitext.h \
|
||||
cli-text.c cli-text.h \
|
||||
tokenizer.c tokenizer.h \
|
||||
dynarray.c dynarray.h
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "tokenizer.h"
|
||||
#include "strbuf.h"
|
||||
#include "namereg.h"
|
||||
#include "clitext.h"
|
||||
#include "cli-text.h"
|
||||
#include "scache.h"
|
||||
#include "sample-util.h"
|
||||
#include "sound-file.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "clitext.h"
|
||||
#include "cli-text.h"
|
||||
#include "module.h"
|
||||
#include "client.h"
|
||||
#include "sink.h"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "tokenizer.h"
|
||||
#include "strbuf.h"
|
||||
#include "namereg.h"
|
||||
#include "clitext.h"
|
||||
#include "cli-text.h"
|
||||
#include "cli-command.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue