diff options
author | Tim Janik <timj@gtk.org> | 2001-04-04 07:20:41 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-04-04 07:20:41 +0000 |
commit | dcb94348a727d0e3b724693c5bde9b500cd75e05 (patch) | |
tree | da05e5423558bcd5356d2da63d88e721215ccbfd /gdk-pixbuf/pixops | |
parent | 2423d86b3d0ccb2863e498c7aabf2cf7535edc52 (diff) | |
download | gtk+-dcb94348a727d0e3b724693c5bde9b500cd75e05.tar.gz |
Released Gtk+-1.3.3.GTK_1_3_3
Wed Apr 4 09:18:18 2001 Tim Janik <timj@gtk.org>
* Released Gtk+-1.3.3.
Wed Apr 4 07:42:23 2001 Tim Janik <timj@gtk.org>
* gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r-- | gdk-pixbuf/pixops/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am index 4e12319862..0c2a9bfa21 100644 --- a/gdk-pixbuf/pixops/Makefile.am +++ b/gdk-pixbuf/pixops/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libpixops.la -INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)/gdk-pixbuf +INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/gdk-pixbuf noinst_PROGRAMS = timescale |