diff options
Diffstat (limited to 'xserver/os/Makefile.in')
-rw-r--r-- | xserver/os/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xserver/os/Makefile.in b/xserver/os/Makefile.in index d8ec67f9c..b149603a5 100644 --- a/xserver/os/Makefile.in +++ b/xserver/os/Makefile.in @@ -61,7 +61,7 @@ host_triplet = @host@ subdir = os DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/depcomp reallocarray.c strcasecmp.c strcasestr.c \ - strlcat.c strlcpy.c strndup.c + strlcat.c strlcpy.c strndup.c timingsafe_memcmp.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ @@ -591,6 +591,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/timingsafe_memcmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/WaitFor.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/access.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Plo@am__quote@ |