Yasumichi Akahoshi
yasum****@users*****
2005年 5月 18日 (水) 00:41:11 JST
Index: libcxp/include/Makefile.am diff -u libcxp/include/Makefile.am:1.4 libcxp/include/Makefile.am:1.5 --- libcxp/include/Makefile.am:1.4 Sun Apr 10 04:11:48 2005 +++ libcxp/include/Makefile.am Wed May 18 00:41:11 2005 @@ -6,7 +6,8 @@ cxp-handler.h \ cxp-utils.h \ cxp-about-dialog.h \ - cxp-entry-dialog.h + cxp-entry-dialog.h \ + cxp-gconf-pair-editor.h install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(libcxpincdir) Index: libcxp/include/Makefile.in diff -u libcxp/include/Makefile.in:1.6 libcxp/include/Makefile.in:1.7 --- libcxp/include/Makefile.in:1.6 Sun Apr 10 04:11:48 2005 +++ libcxp/include/Makefile.in Wed May 18 00:41:11 2005 @@ -85,6 +85,8 @@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GCONF_CFLAGS = @GCONF_CFLAGS@ +GCONF_LIBS = @GCONF_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ @@ -196,7 +198,8 @@ cxp-handler.h \ cxp-utils.h \ cxp-about-dialog.h \ - cxp-entry-dialog.h + cxp-entry-dialog.h \ + cxp-gconf-pair-editor.h all: all-am Index: libcxp/include/cxp.h diff -u libcxp/include/cxp.h:1.6 libcxp/include/cxp.h:1.7 --- libcxp/include/cxp.h:1.6 Sun Apr 17 00:15:19 2005 +++ libcxp/include/cxp.h Wed May 18 00:41:11 2005 @@ -1,4 +1,4 @@ -/* $Id: cxp.h,v 1.6 2005/04/16 15:15:19 yasumichi Exp $ */ +/* $Id: cxp.h,v 1.7 2005/05/17 15:41:11 yasumichi Exp $ */ /** * \if japanese * @file @@ -6,7 +6,7 @@ * * @author 赤星 柔充 * @date Fri Jan 21 2005 - * $Revision: 1.6 $ + * $Revision: 1.7 $ * \endif * \if english * @file @@ -14,7 +14,7 @@ * * @author Yasumichi Akahoshi * @date Fri Jan 21 2005 - * $Revision: 1.6 $ + * $Revision: 1.7 $ * \endif */ @@ -46,5 +46,6 @@ #include <cxp-utils.h> #include <cxp-about-dialog.h> #include <cxp-entry-dialog.h> +#include <cxp-gconf-pair-editor.h> #endif /* _CXP_H */