comparison 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
comparison
equal deleted inserted replaced
14612:1f46715c08d9 14613:62bb53609a36
14 gntentry.c \ 14 gntentry.c \
15 gntkeys.c \ 15 gntkeys.c \
16 gntlabel.c \ 16 gntlabel.c \
17 gntline.c \ 17 gntline.c \
18 gntmarshal.c \ 18 gntmarshal.c \
19 gntmenu.c \
20 gntmenuitem.c \
19 gntstyle.c \ 21 gntstyle.c \
20 gnttextview.c \ 22 gnttextview.c \
21 gnttree.c \ 23 gnttree.c \
22 gntutils.c \ 24 gntutils.c \
25 gntwindow.c \
23 gntmain.c 26 gntmain.c
24 27
25 libgnt_la_headers = \ 28 libgnt_la_headers = \
26 gntwidget.h \ 29 gntwidget.h \
27 gntbox.h \ 30 gntbox.h \
32 gntentry.h \ 35 gntentry.h \
33 gntkeys.h \ 36 gntkeys.h \
34 gntlabel.h \ 37 gntlabel.h \
35 gntline.h \ 38 gntline.h \
36 gntmarshal.h \ 39 gntmarshal.h \
40 gntmenu.h \
41 gntmenuitem.h \
37 gntstyle.h \ 42 gntstyle.h \
38 gnttextview.h \ 43 gnttextview.h \
39 gnttree.h \ 44 gnttree.h \
40 gntutils.h \ 45 gntutils.h \
46 gntwindow.h \
41 gntwm.h \ 47 gntwm.h \
42 gnt.h 48 gnt.h
43 49
44 libgnt_laincludedir=$(includedir)/gnt 50 libgnt_laincludedir=$(includedir)/gnt
45 libgnt_lainclude_HEADERS = \ 51 libgnt_lainclude_HEADERS = \