[Cxplorer-cvs 00936] CVS update: libcxp

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 3月 29日 (火) 23:30:43 JST


Index: libcxp/Makefile.am
diff -u libcxp/Makefile.am:1.1.1.1 libcxp/Makefile.am:1.2
--- libcxp/Makefile.am:1.1.1.1	Sat Jan 22 01:34:26 2005
+++ libcxp/Makefile.am	Tue Mar 29 23:30:43 2005
@@ -1,4 +1,4 @@
-SUBDIRS = include src
+SUBDIRS = include src common
 EXTRA_DIST = libcxp.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
Index: libcxp/Makefile.in
diff -u libcxp/Makefile.in:1.2 libcxp/Makefile.in:1.3
--- libcxp/Makefile.in:1.2	Sun Feb  6 23:15:10 2005
+++ libcxp/Makefile.in	Tue Mar 29 23:30:43 2005
@@ -175,7 +175,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-SUBDIRS = include src
+SUBDIRS = include src common
 EXTRA_DIST = libcxp.pc.in
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libcxp.pc
Index: libcxp/configure
diff -u libcxp/configure:1.6 libcxp/configure:1.7
--- libcxp/configure:1.6	Mon Mar 28 22:20:51 2005
+++ libcxp/configure	Tue Mar 29 23:30:43 2005
@@ -19886,7 +19886,7 @@
 fi
 done
 
-                                        ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile libcxp.pc"
+                                                  ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile common/Makefile libcxp.pc"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -20453,6 +20453,7 @@
   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
   "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
+  "common/Makefile" ) CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
   "libcxp.pc" ) CONFIG_FILES="$CONFIG_FILES libcxp.pc" ;;
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
Index: libcxp/configure.ac
diff -u libcxp/configure.ac:1.5 libcxp/configure.ac:1.6
--- libcxp/configure.ac:1.5	Mon Mar 28 22:20:51 2005
+++ libcxp/configure.ac	Tue Mar 29 23:30:43 2005
@@ -30,5 +30,6 @@
 	   Makefile
 	   src/Makefile
 	   include/Makefile
+	   common/Makefile
 	   libcxp.pc
 	   ])


Cxplorer-cvs メーリングリストの案内
Back to archive index