avoid compiler warnings about unused vars in generated code
authorJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 16:44:37 +0000 (18:44 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 08:06:33 +0000 (10:06 +0200)
commit5a07cdc35856adfa25b8d0924a8d641b2320aadf
treeb218421e3f0a8e64e01880aea324e8ba629f1a30
parent24a6cf4533118e04367f7fcdc6eadaa4e2dfbc56
avoid compiler warnings about unused vars in generated code

* src/Makefile.am: Compile protocol.c into a convenience library, so it
can have its own CFLAGS, and link that with the destination one.
src/Makefile.am