Added util.c to Makefile.am
authorMartin Johansson <martin@fatbob.nu>
Sat, 28 Jun 2014 20:30:38 +0000 (22:30 +0200)
committerMartin Johansson <martin@fatbob.nu>
Sat, 28 Jun 2014 20:30:38 +0000 (22:30 +0200)
src/Makefile.am

index 912232ef57f6f8e1442e0fbaa761f138ed5b9de6..f280ecf6030c3b5ed17cd184df649ed9602b2c55 100644 (file)
@@ -27,7 +27,7 @@
 #  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 bin_PROGRAMS=umurmurd
-umurmurd_SOURCES=client.c main.c messages.c pds.c server.c log.c conf.c crypt.c timer.c messagehandler.c channel.c Mumble.pb-c.c voicetarget.c ban.c
+umurmurd_SOURCES=client.c main.c messages.c pds.c server.c log.c conf.c crypt.c timer.c messagehandler.c channel.c Mumble.pb-c.c voicetarget.c ban.c util.c
 
 if USE_OPENSSL
 umurmurd_SOURCES+=ssli_openssl.c