comparison console/libgnt/Makefile.am @ 13979:a71678d2da16

[gaim-migrate @ 16540] Complete the notify-ui. I have been unable to test the searchresult-ui. But "looks like" it will work. The accounts-ui is also mostly . I am yet to add the proxy-options. And you cannot still delete an account. That will happen after the request-ui is complete. The account-edit dialog needs some work, but it's usable. Added GntCheckBox, and add some features to some other gnt-widgets. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 23 Jul 2006 01:10:06 +0000
parents 25be562aaca8
children 06f75fb84a78
comparison
equal deleted inserted replaced
13978:ea00953490a8 13979:a71678d2da16
5 5
6 libgnt_la_SOURCES = \ 6 libgnt_la_SOURCES = \
7 gntwidget.c \ 7 gntwidget.c \
8 gntbox.c \ 8 gntbox.c \
9 gntbutton.c \ 9 gntbutton.c \
10 gntcheckbox.c \
10 gntcolors.c \ 11 gntcolors.c \
11 gntcombobox.c \ 12 gntcombobox.c \
12 gntentry.c \ 13 gntentry.c \
13 gntlabel.c \ 14 gntlabel.c \
14 gntline.c \ 15 gntline.c \
19 20
20 libgnt_la_headers = \ 21 libgnt_la_headers = \
21 gntwidget.h \ 22 gntwidget.h \
22 gntbox.h \ 23 gntbox.h \
23 gntbutton.h \ 24 gntbutton.h \
25 gntcheckbox.h \
24 gntcolors.h \ 26 gntcolors.h \
25 gntcombobox.h \ 27 gntcombobox.h \
26 gntentry.h \ 28 gntentry.h \
27 gntkeys.h \ 29 gntkeys.h \
28 gntlabel.h \ 30 gntlabel.h \