Re: [gnome-love] Re: Linking with gdk-pixbuf
- From: "Heeten H. Choxi" <heeten drexel edu>
- To: gnome-love gnome org, Federico Mena Quintero <federico ximian com>
- Subject: Re: [gnome-love] Re: Linking with gdk-pixbuf
- Date: Thu, 07 Feb 2002 15:13:39 -0500
## Process this file with automake to produce Makefile.in
SUBDIRS = intl po macros src
EXTRA_DIST = \
autogen.sh \
project2.glade
install-data-local:
@$(NORMAL_INSTALL)
if test -d $(srcdir)/pixmaps; then \
$(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
for pixmap in $(srcdir)/pixmaps/*; do \
if test -f $$pixmap; then \
$(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE);
\
fi \
done \
fi
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
Heeten
From: Federico Mena Quintero <federico ximian com>
Date: 06 Feb 2002 18:39:38 -0600
[snip]
creating ./config.status
creating Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating macros/Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating src/Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating intl/Makefile
sed: file conftest.s2 line 5: Unterminated `s' command
creating po/Makefile.in
sed: file conftest.s2 line 5: Unterminated `s' command
creating config.h
config.h is unchanged
Now type `make' to compile the package.
And what does your Makefile.am look like?
Federico
--__--__--
_______________________________________________
gnome-love mailing list
gnome-love gnome org
http://mail.gnome.org/mailman/listinfo/gnome-love
End of gnome-love Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]