summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10Derive message type from position in .proto fileBenjamin Franzke1-2/+2
This involves changing the .proto file, to actually reflect the type in the protocol.
2011-09-24Add a general element finding routine to util.cBenjamin Franzke1-2/+2
And use this to implement find_user and find_channel as inline functions.
2011-09-23Add a command interfaceBenjamin Franzke1-2/+4
Also add two simple commands: help and ls
2011-09-23Move audio-related stuff into audio.cBenjamin Franzke1-2/+2
2011-09-23Rename messages.[ch] to message.[ch]Benjamin Franzke1-2/+2
2011-09-23Move recv/send_msg declarations to messages.hBenjamin Franzke1-1/+1
2011-09-23Rename message.h to message_list.hBenjamin Franzke1-5/+5
2011-09-23Move connection related stuff into connection.cBenjamin Franzke1-2/+2
2011-09-23Makefile.am: Fix typo in gcc cflagsBenjamin Franzke1-1/+1
2011-09-23Add input support using readlineBenjamin Franzke1-2/+2
2011-09-12gen_messages.sed: Set LC_COLLATE=CBenjamin Franzke1-1/+1
And unset LC_ALL, since LC_COLLATE is whats actually needed here.
2011-09-12Ship mumble.pb-c.[ch] is releasesBenjamin Franzke1-1/+5
2011-09-07Use AC_PATH_PROG for protoc-cBenjamin Franzke1-3/+2
Also move PROTOC_C substution directly into src/protoc-c.sh.in instead of src/Makefile.am
2011-07-12Run sed with LC_ALL=CBenjamin Franzke1-1/+1
FIXME: figure out whats broken on some machines with other locales.
2011-07-11src/Makefile.am: s/$(top_srcdir)\/src/$(srcdir)/gBenjamin Franzke1-4/+4
2011-07-11Change build order of mumumble.pb-c.h and messages.hBenjamin Franzke1-1/+1
Just looks nicer when building :)
2011-07-11src/Makefile.am: Fix 80-columns linewrapBenjamin Franzke1-3/+6
2011-07-11Add protoc-c wrapper build scriptBenjamin Franzke1-3/+4
- Fixes simultaneous generation of mumble.pb-c.[ch] - Fixes out of source build (protoc-c's --c_out=. is somewhat broken since it outputs relative to the input files)
2011-07-11Fix out-of source build of messages.hBenjamin Franzke1-2/+2
2011-07-11Make use of BUILT_SOURCES variablesBenjamin Franzke1-7/+10
2011-07-11Use a sed script for generating messages.hBenjamin Franzke1-2/+2
Drop the prior used shell script.
2011-07-11Adjust protocol/header generation rules for silent rulesBenjamin Franzke1-2/+2
2011-05-28Add mumble.proto,messages.txt,gen_message.sh to EXTRA_DISTBenjamin Franzke1-0/+1
2011-05-28Move send_msg and recv_msg to messages.cBenjamin Franzke1-1/+1
2011-05-28Autogenerate message macro list, not directly info structBenjamin Franzke1-2/+2
2011-05-27Explicitly set dependencies for generated headersBenjamin Franzke1-0/+2
2011-05-27Add build system (autoconf/make)Benjamin Franzke1-0/+16