loudmouth/Makefile.am
changeset 472 5aa76e995f0d
parent 465 dcbd87ebdeed
child 505 ba6f96b3e4a8
equal deleted inserted replaced
471:a7cf42557aef 472:5aa76e995f0d
    11 	$(LIBIDN_CFLAGS)		    \
    11 	$(LIBIDN_CFLAGS)		    \
    12 	-DLM_COMPILATION	  	    \
    12 	-DLM_COMPILATION	  	    \
    13 	-DRUNTIME_ENDIAN                    \
    13 	-DRUNTIME_ENDIAN                    \
    14 	$(NULL)
    14 	$(NULL)
    15 
    15 
    16 noinst_PROGRAMS = test-dns-blocking
    16 noinst_PROGRAMS = test-dns
    17 
    17 
    18 test_dns_blocking_SOURCES = test-dns-blocking.c
    18 test_dns_SOURCES = test-dns.c
    19 
    19 
    20 test_dns_blocking_LDADD = $(LOUDMOUTH_LIBS) $(top_builddir)/loudmouth/libloudmouth-1.la
    20 test_dns_LDADD = $(LOUDMOUTH_LIBS) $(top_builddir)/loudmouth/libloudmouth-1.la
    21 
    21 
    22 lib_LTLIBRARIES = libloudmouth-1.la
    22 lib_LTLIBRARIES = libloudmouth-1.la
    23 
    23 
    24 if USE_GNUTLS
    24 if USE_GNUTLS
    25 ssl_sources =                           \
    25 ssl_sources =                           \