diff options
| -rw-r--r-- | polyp/Makefile.am | 4 | ||||
| -rw-r--r-- | polyp/cli-command.c | 2 | ||||
| -rw-r--r-- | polyp/cli-text.c | 2 | ||||
| -rw-r--r-- | 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 <assert.h>  #include <string.h> -#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"  | 
