diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-09-06 15:18:26 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-09-07 15:35:56 +0200 |
commit | 32da405cbd0ad3b9964c72d07d8fe921f815fb32 (patch) | |
tree | 1c29a12bdb766e5413263ae84c414abc988e562f /src/.gitignore | |
parent | 03da3083dc111e005da4d57c499966983d3fa7c8 (diff) | |
download | cmumble-32da405cbd0ad3b9964c72d07d8fe921f815fb32.tar.gz cmumble-32da405cbd0ad3b9964c72d07d8fe921f815fb32.tar.bz2 cmumble-32da405cbd0ad3b9964c72d07d8fe921f815fb32.zip |
Use AC_PATH_PROG for protoc-c
Also move PROTOC_C substution directly into
src/protoc-c.sh.in instead of src/Makefile.am
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 40e0689..a4818d0 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,5 @@ messages.h mumble.pb-c.c mumble.pb-c.h +protoc-c.sh cmumble |