~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/util/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
!include <../config/Makefile.w32>
27
27
 
28
28
INCFILES= \
29
 
        $(INCDIR)\utils.h \
30
 
        $(INCDIR)\hashtable.h \
31
 
        $(INCDIR)\mstring.h \
32
 
        $(INCDIR)\sync.h
 
29
        $(INCDIR)\utils.h       \
 
30
        $(INCDIR)\hashtable.h   \
 
31
        $(INCDIR)\mstring.h     \
 
32
        $(INCDIR)\sync.h        \
 
33
        $(INCDIR)\perfstat.h
33
34
 
34
35
OBJFILES= \
35
 
        $(OBJ)\hashtable.obj \
36
 
        $(OBJ)\mstring.obj \
37
 
        $(OBJ)\sync.obj
 
36
        $(OBJ)\hashtable.obj    \
 
37
        $(OBJ)\mstring.obj      \
 
38
        $(OBJ)\sync.obj         \
 
39
        $(OBJ)\perfstat.obj
38
40
 
39
41
LIBFILES=
40
42