X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=d8f476f521ae40ebe79d0364b3ec03d7e2999091;hb=2311400db89f8dd24cfc57d6f72328f539a9ce8d;hp=912232ef57f6f8e1442e0fbaa761f138ed5b9de6;hpb=f6d844d1999080359046790022dc820cb247cc23;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