? depcomp ? stamp-h1 Index: autogen.sh =================================================================== RCS file: /var/lib/cvs/guifications/autogen.sh,v retrieving revision 1.2 diff -u -u -r1.2 autogen.sh --- autogen.sh 7 Jan 2004 20:01:05 -0000 1.2 +++ autogen.sh 7 Jan 2004 20:04:14 -0000 @@ -1,6 +1,6 @@ #! /bin/sh -libtoolize --force --copy +libtoolize --force --copy || exit; aclocal || exit; autoheader || exit; automake --add-missing --copy Index: pixmaps/Makefile.am =================================================================== RCS file: /var/lib/cvs/guifications/pixmaps/Makefile.am,v retrieving revision 1.4 diff -u -u -r1.4 Makefile.am --- pixmaps/Makefile.am 7 Jan 2004 20:01:05 -0000 1.4 +++ pixmaps/Makefile.am 7 Jan 2004 20:04:14 -0000 @@ -1,4 +1,5 @@ EXTRA_DIST = \ + background_default.png \ icon_size_huge.png \ icon_size_large.png \ icon_size_normal.png \ @@ -23,8 +24,7 @@ window_position_south_west.png \ window_zoom_in.png \ window_zoom_normal.png \ - window_zoom_out.png - background_default.png + window_zoom_out.png \ Makefile.mingw guificationsconfpixdir = $(datadir)/pixmaps/gaim/guifications/conf Index: src/Makefile.am =================================================================== RCS file: /var/lib/cvs/guifications/src/Makefile.am,v retrieving revision 1.1 diff -u -u -r1.1 Makefile.am --- src/Makefile.am 5 Jan 2004 23:06:34 -0000 1.1 +++ src/Makefile.am 7 Jan 2004 20:04:14 -0000 @@ -1,5 +1,12 @@ EXTRA_DIST = \ - Makefile.mingw + Makefile.mingw \ + gf_conf.h \ + gf_gtkutils.h \ + gf_pngs.h \ + gf_prefs.h \ + gf_types.h \ + gf_utils.h \ + guifications.h plugindir = $(libdir)/gaim