Yasumichi Akahoshi
yasum****@users*****
2005年 3月 29日 (火) 22:48:21 JST
Index: libcxp/src/Makefile.am diff -u libcxp/src/Makefile.am:1.4 libcxp/src/Makefile.am:1.5 --- libcxp/src/Makefile.am:1.4 Mon Mar 28 22:20:51 2005 +++ libcxp/src/Makefile.am Tue Mar 29 22:48:21 2005 @@ -8,6 +8,7 @@ libcxp_la_LIBADD = $(GTK_LIBS) libcxp_la_LDFLAGS = -release $(VERSION) libcxp_la_SOURCES = cxp-profile.c \ + cxp-handler.c \ cxp-utils.c \ cxp-entry-dialog.c Index: libcxp/src/Makefile.in diff -u libcxp/src/Makefile.in:1.5 libcxp/src/Makefile.in:1.6 --- libcxp/src/Makefile.in:1.5 Mon Mar 28 22:20:51 2005 +++ libcxp/src/Makefile.in Tue Mar 29 22:48:21 2005 @@ -51,12 +51,14 @@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libcxp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -am_libcxp_la_OBJECTS = cxp-profile.lo cxp-utils.lo cxp-entry-dialog.lo +am_libcxp_la_OBJECTS = cxp-profile.lo cxp-handler.lo cxp-utils.lo \ + cxp-entry-dialog.lo libcxp_la_OBJECTS = $(am_libcxp_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @AMDEP_TRUE @ DEP_FILES = ./$(DEPDIR)/cxp-entry-dialog.Plo \ + @ AMDEP_TRUE@ ./$(DEPDIR)/cxp-handler.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/cxp-profile.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/cxp-utils.Plo COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ @@ -181,6 +183,7 @@ libcxp_la_LIBADD = $(GTK_LIBS) libcxp_la_LDFLAGS = -release $(VERSION) libcxp_la_SOURCES = cxp-profile.c \ + cxp-handler.c \ cxp-utils.c \ cxp-entry-dialog.c @@ -254,6 +257,7 @@ -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote @ ./$(DEPDIR)/cxp-entry-dialog.Plo @ am__quote@ + @ AMDEP_TRUE@@am__include@ @am__quote @ ./$(DEPDIR)/cxp-handler.Plo @ am__quote@ @AMDEP_TRUE@@am__include@ @am__quote @ ./$(DEPDIR)/cxp-profile.Plo @ am__quote@ @AMDEP_TRUE@@am__include@ @am__quote @ ./$(DEPDIR)/cxp-utils.Plo @ am__quote@ Index: libcxp/src/cxp-profile.c diff -u libcxp/src/cxp-profile.c:1.2 libcxp/src/cxp-profile.c:1.3 --- libcxp/src/cxp-profile.c:1.2 Mon Mar 28 22:20:51 2005 +++ libcxp/src/cxp-profile.c Tue Mar 29 22:48:21 2005 @@ -43,7 +43,6 @@ /* * privete methods */ -GType cxp_profile_get_type (void); static void cxp_profile_init (GTypeInstance * instance, gpointer g_class); static void cxp_profile_class_init (gpointer g_class, gpointer g_class_data); static void cxp_profile_dispose (GObject * obj);