## Process this file with automake to produce Makefile.in
SUBDIRS = m4 src po pixmaps
EXTRA_DIST = config.rpath \
autogen.sh \
cog.spec \
cog.desktop \
cog.glade \
TODO.old
Applicationsdir = $(datadir)/applications
Applications_DATA = cog.desktop
Gladedir = ${datadir}/cog/${cog_version}/glade
Glade_DATA = cog.glade
dist-hook:
if test -d pixmaps; then \
mkdir $(distdir)/pixmaps; \
for pixmap in pixmaps/*; do \
if test -f $$pixmap; then \
cp -p $$pixmap $(distdir)/pixmaps; \
fi \
done \
fi
ACLOCAL_AMFLAGS = -I m4