X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=d8f476f521ae40ebe79d0364b3ec03d7e2999091;hb=97729daab63f49323ca6bee7859260653e5090a1;hp=912232ef57f6f8e1442e0fbaa761f138ed5b9de6;hpb=c289fc55d1fce7f474127933063ba2008a188259;p=umurmur.git diff --git a/src/Makefile.am b/src/Makefile.am index 912232e..d8f476f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 @@ -38,3 +38,7 @@ else umurmurd_SOURCES+=ssli_polarssl.c endif endif + +if USE_SHAREDMEMORY_API +umurmurd_SOURCES+=sharedmemory.c +endif