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 | |
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')
-rw-r--r-- | gdk/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index d6b770b724..24509b0d1b 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ gdk.def \ makefile.mingw \ makefile.mingw.in \ + makeenums.pl \ makefile.msc common_includes = @STRIP_BEGIN@ \ @@ -181,11 +182,11 @@ install-exec-local: gdkconfig.h #note: not gdkconfig.h BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h -gdkenumtypes.h: @REBUILD@ $(gdk_public_h_sources) makeenums.pl +gdkenumtypes.h: @REBUILD@ $(gdk_public_h_sources) $(srcdir)/makeenums.pl cd $(srcdir) \ && $(PERL) ./makeenums.pl include $(gdk_public_h_sources) > gdkenumtypes.h -gdkenumtypes.c: @REBUILD@ $(gdk_public_h_sources) makeenums.pl +gdkenumtypes.c: @REBUILD@ $(gdk_public_h_sources) $(srcdir)/makeenums.pl cd $(srcdir) \ && $(PERL) ./makeenums.pl cfile $(gdk_public_h_sources) > gdkenumtypes.c |