~ubuntu-branches/ubuntu/precise/xdm/precise

« back to all changes in this revision

Viewing changes to config/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2006-01-04 13:30:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104133032-cp57jyn4w0ejnpti
Tags: 1:1.0.1-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am,v 1.7 2005/11/08 07:50:12 alanc Exp $
 
1
# $Id: Makefile.am,v 1.8 2005/12/11 20:43:49 alanc Exp $
2
2
#
3
3
 
4
4
include $(top_srcdir)/cpprules.in
5
5
 
6
 
xdmlibdir = $(XDMCONFIGDIR)
 
6
xdmscriptdir = $(XDMSCRIPTDIR)
7
7
xdmconfigdir = $(XDMCONFIGDIR)
8
8
 
9
9
dist_xdmconfig_DATA = \
14
14
        Xresources \
15
15
        Xservers
16
16
 
17
 
xdmlib_SCRIPTS = \
 
17
xdmscript_SCRIPTS = \
18
18
        Xsession
19
19
 
20
 
dist_xdmlib_SCRIPTS = \
 
20
dist_xdmscript_SCRIPTS = \
21
21
        GiveConsole \
22
22
        TakeConsole \
23
23
        Xsetup_0 \
47
47
#endif
48
48
 
49
49
CPP_FILES_FLAGS = -DBINDIR=$(bindir) -DDEFAULTVT=$(DEFAULTVT) \
50
 
    -DXDMDIR=$(XDMCONFIGDIR) -DXDMLOGDIR=$(XDMLOGDIR) \
51
 
    -DXDMPIDDIR=$(XDMPIDDIR) -DXDMCONFIGDIR=$(XDMCONFIGDIR) \
52
 
    -DSU=$(SU) -DCHOOSERPATH=$(bindir)/chooser $(XPMDEFINES) \
 
50
    -DXDMDIR=$(XDMLIBDIR) -DXDMLOGDIR=$(XDMLOGDIR) -DXDMPIDDIR=$(XDMPIDDIR) \
 
51
    -DXDMCONFIGDIR=$(XDMCONFIGDIR) -DXDMSCRIPTDIR=$(XDMSCRIPTDIR) \
 
52
    -DSU=$(SU) -DCHOOSERPATH=$(XDMLIBDIR)/chooser $(XPMDEFINES) \
53
53
    -DSHELL_CMD=$(SHELL_CMD)
54
54
 
55
55
Xservers.ws: $(srcdir)/Xservers.ws.cpp