From a0d54ddb8bf9c03d1916140730260abb6e3f053b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Aug 2004 13:00:01 +0000 Subject: make clitext to cli-text renaming complete git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@129 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/Makefile.am | 4 ++-- polyp/cli-command.c | 2 +- polyp/cli-text.c | 2 +- polyp/cli.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/polyp/Makefile.am b/polyp/Makefile.am index f2d61f7c..100cd4ff 100644 --- a/polyp/Makefile.am +++ b/polyp/Makefile.am @@ -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 diff --git a/polyp/cli-command.c b/polyp/cli-command.c index aa61b10e..8459d71b 100644 --- a/polyp/cli-command.c +++ b/polyp/cli-command.c @@ -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" diff --git a/polyp/cli-text.c b/polyp/cli-text.c index a530238f..558b53ca 100644 --- a/polyp/cli-text.c +++ b/polyp/cli-text.c @@ -26,7 +26,7 @@ #include #include -#include "clitext.h" +#include "cli-text.h" #include "module.h" #include "client.h" #include "sink.h" diff --git a/polyp/cli.c b/polyp/cli.c index f0ad4830..6fd2c238 100644 --- a/polyp/cli.c +++ b/polyp/cli.c @@ -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" -- cgit