cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/lib/Makefile.am


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/Makefile.am
Date: Sun, 04 Sep 2005 21:47:59 -0400

Index: ccvs/lib/Makefile.am
diff -u ccvs/lib/Makefile.am:1.101 ccvs/lib/Makefile.am:1.102
--- ccvs/lib/Makefile.am:1.101  Sun Sep  4 05:58:56 2005
+++ ccvs/lib/Makefile.am        Mon Sep  5 01:47:59 2005
@@ -179,6 +179,21 @@
 
 ## end   gnulib module gettext-h
 
+## begin gnulib module glob
+
+BUILT_SOURCES += $(GLOB_H)
+EXTRA_DIST += glob_.h
+
+# We need the following in order to create an <getopt.h> when the system
+# doesn't have one that works with the given compiler.
+all-local $(libcvs_a_OBJECTS): $(GLOB_H)
+glob.h: glob_.h
+       cp $(srcdir)/glob_.h address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += glob.h glob.h-t
+
+## end   gnulib module glob.c
+
 ## begin gnulib module mbchar
 
 libcvs_a_SOURCES += mbchar.h mbchar.c
@@ -203,6 +218,12 @@
 
 ## end   gnulib module setenv
 
+## begin gnulib module size_max
+
+libcvs_a_SOURCES += size_max.h
+
+## end   gnulib module size_max
+
 ## begin gnulib module stdbool
 
 BUILT_SOURCES += $(STDBOOL_H)
@@ -291,21 +312,6 @@
 libcvs_a_SOURCES += xsize.h
 
 ## end   gnulib module xsize
-
-## glob.c from glibc 2.3.5
-
-BUILT_SOURCES += $(GLOB_H)
-EXTRA_DIST += glob_.h
-
-# We need the following in order to create an <getopt.h> when the system
-# doesn't have one that works with the given compiler.
-all-local $(libcvs_a_OBJECTS): $(GLOB_H)
-glob.h: glob_.h
-       cp $(srcdir)/glob_.h address@hidden
-       mv address@hidden $@
-MOSTLYCLEANFILES += glob.h glob.h-t
-
-## end glob.c
 
 # Until Automake gets its act together
 distclean-local:




reply via email to

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