Edit

IABSD.fr/xenocara/app/xdm/xdmshell/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2011-11-15 20:53:44
    Hash : 8b4d7800
    Message : Update to xdm 1.1.11 plus a few patches from git master. patched to restore static greeter. Tested by shadchin@, jasper@

  • app/xdm/xdmshell/Makefile.am
  • if INSTALL_XDMSHELL
    bin_PROGRAMS = xdmshell
    else
    noinst_PROGRAMS = xdmshell
    endif
    
    AM_CPPFLAGS = -I$(top_srcdir)/include
    AM_CFLAGS = 			\
    	$(CWARNFLAGS)		\
    	$(XDMSHELL_CFLAGS)	\
    	-DBINDIR="\"$(bindir)\""
    
    xdmshell_SOURCES = xdmshell.c
    
    if LINT
    ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) \
    		$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
    
    lint:
    	$(LINT) $(ALL_LINT_FLAGS) $(xdmshell_SOURCES)
    endif LINT