grim/guifications3

1f195d42369a
closing this since most of it will happen on default since libgds now exists ;)
SUBDIRS = pixmaps po src
DISTCLEANFILES=\
gf_config.h \
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST = \
AUTHORS \
NEWS \
INSTALL \
COPYING \
README \
ChangeLog \
configure.ac \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
po/AUTHORS \
po/ChangeLog
BUILT_SOURCES=gf_config.h
$(OBJECTS): libtool $(BUILD_SOURCES)
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
gf_config.h: pre_config.h
cp -f po/Makefile po/.tmp-Makefile
sed -e "s#localedir = .*#localedir = $(GAIM_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
rm -f po/.tmp-Makefile
$(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@