emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112517: src/makefile.w32-in (ACL_H):


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112517: src/makefile.w32-in (ACL_H): New macro.
Date: Wed, 08 May 2013 18:21:19 +0200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112517
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-08 18:21:19 +0200
message:
  src/makefile.w32-in (ACL_H): New macro.
  ($(BLD)/fileio.$(O)): Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-05-07 21:34:03 +0000
+++ b/src/ChangeLog     2013-05-08 16:21:19 +0000
@@ -1,3 +1,8 @@
+2013-05-08  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (ACL_H): New macro.
+       ($(BLD)/fileio.$(O)): Update dependencies.
+
 2013-05-07  Paul Eggert  <address@hidden>
 
        Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2013-03-29 03:03:19 +0000
+++ b/src/makefile.w32-in       2013-05-08 16:21:19 +0000
@@ -388,6 +388,9 @@
 GNU_LIB = $(EMACS_ROOT)/lib
 NT_INC = $(EMACS_ROOT)/nt/inc
 
+ACL_H         = $(GNU_LIB)/acl.h \
+                $(NT_INC)/sys/stat.h \
+                $(NT_INC)/stdbool.h
 SYSTIME_H      = $(SRC)/systime.h \
                 $(NT_INC)/sys/time.h \
                 $(GNU_LIB)/timespec.h
@@ -848,6 +851,7 @@
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/allocator.h \
+       $(ACL_H) \
        $(BUFFER_H) \
        $(CAREADLINKAT_H) \
        $(CHARACTER_H) \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]