~ubuntu-branches/debian/jessie/aolserver4-nsldap/jessie

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2004-06-09 23:24:06 UTC
  • Revision ID: james.westby@ubuntu.com-20040609232406-wmh7syas8g0bpmhu
Tags: 0.8-1
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#  directory, you can tell make where to find aolserver.
14
14
#
15
15
#NSHOME   =  /home/user/cvs/aolserver
16
 
NSHOME   =  ../aolserver
 
16
NSHOME   =  /usr/lib/aolserver4
17
17
 
18
18
#
19
19
# Module name
41
41
CFLAGS   =  -I/usr/local/include -DUSE_TCL8X
42
42
 
43
43
 
44
 
include  $(NSHOME)/include/Makefile.module
 
44
include  $(NSHOME)/Makefile.module
45
45