pidgin-guifications.spec \
guifications-installer.nsi \
SUBDIRS = doc nsis pixmaps po src themes
BUILT_SOURCES = gf_config.h
$(OBJECTS): $(BUILT_SOURCES)
gf_config.h: pre_config.h
cp -f po/Makefile po/.tmp-Makefile
sed -e "s#localedir = .*#localedir = $(PIDGIN_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
$(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@