Build-fixes for testextendedlayout

svn path=/branches/extended-layout/; revision=17953
This commit is contained in:
Mathias Hasselmann
2007-05-27 18:12:25 +00:00
parent ea900daa0d
commit 57c1dae7aa
3 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,12 @@
2007-05-27 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* tests/testextendedlayout.c, tests/Makefile.am:
Build-fixes for testextendedlayout.
2007-04-21 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* tests/testextendedlayout.c: Initial implementation of base
line test.
* tests/testextendedlayout.c: Initial implementation of
base line test.
2007-04-20 Mathias Hasselmann <mathias.hasselmann@gmx.de>

View File

@@ -106,6 +106,7 @@ testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
testdnd_DEPENDENCIES = $(TEST_DEPS)
testellipsise_DEPENDENCIES = $(TEST_DEPS)
testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
testextendedlayout_DEPENDENCIES = $(TEST_DEPS)
testfilechooser_DEPENDENCIES = $(TEST_DEPS)
testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
testgtk_DEPENDENCIES = $(TEST_DEPS)
@@ -159,6 +160,7 @@ testcellrenderertext_LDADD = $(LDADDS)
testdnd_LDADD = $(LDADDS)
testellipsise_LDADD = $(LDADDS)
testentrycompletion_LDADD = $(LDADDS)
testextendedlayout_LDADD = $(LDADDS)
testfilechooser_LDADD = $(LDADDS)
testfilechooserbutton_LDADD = $(LDADDS)
testgtk_LDADD = $(LDADDS)

View File

@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
//#include <config.h>
#include <config.h>
#include <gtk/gtk.h>
GList *allocation_guides = NULL;