components/cyrus-sasl/patches/108-sample-test-tools.patch
changeset 5866 683c5c035a79
parent 5865 3e9949415308
child 5867 445e2cf1c845
equal deleted inserted replaced
5865:3e9949415308 5866:683c5c035a79
     1 Developed in-house at Oracle
       
     2 Will file a bug upstream asking for this to be a configure option
       
     3 
       
     4 diff -rupN old/sample/Makefile.am new/sample/Makefile.am
       
     5 --- old/sample/Makefile.am	2016-02-16 13:53:52.473628366 -0800
       
     6 +++ new/sample/Makefile.am	2016-02-16 14:14:10.022927698 -0800
       
     7 @@ -44,7 +44,7 @@
       
     8  
       
     9  INCLUDES=-I$(top_srcdir)/include
       
    10  
       
    11 -noinst_PROGRAMS = client server
       
    12 +noinst_PROGRAMS = client server sample-client sample-server
       
    13  EXTRA_PROGRAMS = sample-client sample-server
       
    14  CLEANFILES=sample-client sample-server ./.libs/*sample-client ./.libs/*sample-server
       
    15