diff console/libgnt/Makefile.am @ 14613:62bb53609a36

[gaim-migrate @ 17341] Menus and windows. I have added a test-app test/menu.c to show how to use it. Pressing Ctrl+o brings up the menu for the window (if it has one). It should now be possible to add menus for account-actions and all that stuff. Patches are very welcome. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 24 Sep 2006 07:14:26 +0000
parents f283ebe419e4
children 44fb5200c7bb
line wrap: on
line diff
--- a/console/libgnt/Makefile.am	Sat Sep 23 19:04:03 2006 +0000
+++ b/console/libgnt/Makefile.am	Sun Sep 24 07:14:26 2006 +0000
@@ -16,10 +16,13 @@
 	gntlabel.c \
 	gntline.c \
 	gntmarshal.c \
+	gntmenu.c \
+	gntmenuitem.c \
 	gntstyle.c \
 	gnttextview.c \
 	gnttree.c \
 	gntutils.c \
+	gntwindow.c \
 	gntmain.c
 
 libgnt_la_headers = \
@@ -34,10 +37,13 @@
 	gntlabel.h \
 	gntline.h \
 	gntmarshal.h \
+	gntmenu.h \
+	gntmenuitem.h \
 	gntstyle.h \
 	gnttextview.h \
 	gnttree.h \
 	gntutils.h \
+	gntwindow.h \
 	gntwm.h \
 	gnt.h