diff --git a/.cvsignore b/.cvsignore index 15101d770..54ab45119 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,6 +3,7 @@ ABOUT-NLS Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.h diff --git a/ChangeLog b/ChangeLog index 690fae516..e480cc78f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-06-03 Frederic Crozat + + * .cvsignore: + * capplets/common/.cvsignore: + * schemas/.cvsignore: + * vfs-methods/.cvsignore: Quiet cvs. + + * capplets/common/Makefile.am: fix parallel build. + + * capplets/common/gnome-theme-apply.c: add missing header. + 2003-05-23 Abel Cheung * configure.in: Added "id" "th" to ALL_LINGUAS. diff --git a/capplets/common/.cvsignore b/capplets/common/.cvsignore index bc7736a39..784cc6632 100644 --- a/capplets/common/.cvsignore +++ b/capplets/common/.cvsignore @@ -1,4 +1,5 @@ Makefile Makefile.in .deps -stamp-h.in \ No newline at end of file +gnome-theme-test +stamp-h.in diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am index b9cb6bb6f..1c4715ff7 100644 --- a/capplets/common/Makefile.am +++ b/capplets/common/Makefile.am @@ -35,6 +35,7 @@ gnome_theme_test_SOURCES = \ gnome-theme-test.c gnome_theme_test_LDADD = \ + libcommon.la \ $(GNOMECC_CAPPLETS_LIBS) noinst_PROGRAMS = \ diff --git a/capplets/common/gnome-theme-apply.c b/capplets/common/gnome-theme-apply.c index bc7d4fa9e..c6831f677 100644 --- a/capplets/common/gnome-theme-apply.c +++ b/capplets/common/gnome-theme-apply.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include "gnome-theme-apply.h" diff --git a/schemas/.cvsignore b/schemas/.cvsignore index 282522db0..ebf092562 100644 --- a/schemas/.cvsignore +++ b/schemas/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*.schemas diff --git a/vfs-methods/.cvsignore b/vfs-methods/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/vfs-methods/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in