Ticket #2723: enable-remote.patch

File enable-remote.patch, 350 bytes (added by Fab <netfab@…>, 22 months ago)

want /usr/bin/gajim-remote when --enable-remote enabled :)

  • Makefile.am

    old new  
    22 
    33ACLOCAL_AMFLAGS = -I m4 
    44 
    5 bin_SCRIPTS = scripts/gajim 
     5if BUILD_REMOTE_CONTROL 
     6OPTIONAL_BIN = scripts/gajim-remote 
     7else 
     8OPTIONAL_BIN = 
     9endif 
     10 
     11bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN) 
    612 
    713 
    814docfilesdir = $(docdir)