xenocara/app/xdm/xdmshell/Makefile.am
matthieu 8b4d780078 Update to xdm 1.1.11 plus a few patches from git master.
patched to restore static greeter.
Tested by shadchin@, jasper@
2011-11-15 20:53:44 +00:00

24 lines
412 B
Makefile

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