diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-10-28 03:28:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-10-28 03:28:56 +0000 |
commit | 4229a1ee350f24700dc3f30561399dbdc5dfd3c9 (patch) | |
tree | 946b72f33d7f28031c0897bb0379747f02bf24b0 /gdk-pixbuf/Makefile.am | |
parent | dcc9ab46fc86a9037a0d2c3ce77a965a908d38c9 (diff) | |
download | gtk+-4229a1ee350f24700dc3f30561399dbdc5dfd3c9.tar.gz |
*** empty log message ***GTK_2_5_4
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 0ad415ebbe..36a301c296 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -43,7 +43,7 @@ gdk_pixbuf.def: gdk-pixbuf.symbols (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk_pixbuf.def gdk-pixbuf-alias.h: gdk-pixbuf.symbols - ./makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h + $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h if OS_UNIX TESTS = abicheck.sh |