diff options
author | Federico Mena Quintero <federico@ximian.com> | 2005-07-26 18:46:01 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2005-07-26 18:46:01 +0000 |
commit | 7843b068d833b61f3bb6a3028d709f42d8c40b9b (patch) | |
tree | b44a5e57d07b8968b631999440b75bb4a3d29564 /Makefile.am | |
parent | 85ddef6cef43695fbbd551c8a5c273f5a2f5f1f6 (diff) | |
download | gdk-pixbuf-7843b068d833b61f3bb6a3028d709f42d8c40b9b.tar.gz |
New directory with the start of a framework for testing performance in
2005-07-26 Federico Mena Quintero <federico@ximian.com>
* perf/: New directory with the start of a framework for testing
performance in GTK+.
* Makefile.am (SRC_SUBDIRS): Added the perf directory.
* configure.in (AC_OUTPUT): Generate perf/Makefile.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b01d91d09..2513a8d85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for GTK+ -SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib +SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros # require automake 1.4 |