Quiet cvs.

* .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.
This commit is contained in:
Frédéric Crozat 2003-06-03 16:42:01 +00:00
parent f5c8c732d3
commit 4cd7796a0a
7 changed files with 19 additions and 1 deletions

View file

@ -3,6 +3,7 @@ ABOUT-NLS
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.cache
config.guess
config.h

View file

@ -1,3 +1,14 @@
2003-06-03 Frederic Crozat <fcrozat@mandrakesoft.com>
* .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 <maddog@linux.org.hk>
* configure.in: Added "id" "th" to ALL_LINGUAS.

View file

@ -1,4 +1,5 @@
Makefile
Makefile.in
.deps
gnome-theme-test
stamp-h.in

View file

@ -35,6 +35,7 @@ gnome_theme_test_SOURCES = \
gnome-theme-test.c
gnome_theme_test_LDADD = \
libcommon.la \
$(GNOMECC_CAPPLETS_LIBS)
noinst_PROGRAMS = \

View file

@ -17,6 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <string.h>
#include <gconf/gconf-client.h>
#include <gnome-wm-manager.h>
#include "gnome-theme-apply.h"

View file

@ -1,2 +1,3 @@
Makefile
Makefile.in
*.schemas

2
vfs-methods/.cvsignore Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in