Build-fixes for testextendedlayout
svn path=/branches/extended-layout/; revision=17953
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
//#include <config.h>
|
||||
#include <config.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
GList *allocation_guides = NULL;
|
||||
|
||||
Reference in New Issue
Block a user