comparison console/libgnt/Makefile.am @ 14059:2d1b41e3cf0d

[gaim-migrate @ 16674] Add a way to change some preferences (the preferences for the conversations do not do anything yet). I used the request-api for this, which I think is cool. But too many preferences will make the dialog long, which may not fit in the screen. It looks alright for now though. You can pop the dialog up with "/prefs" command in a converastion. And some other minor fixes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 09 Aug 2006 03:41:45 +0000
parents 06f75fb84a78
children ae4cbed1b309
comparison
equal deleted inserted replaced
14058:32a71e64ceae 14059:2d1b41e3cf0d
15 gntline.c \ 15 gntline.c \
16 gntmarshal.c \ 16 gntmarshal.c \
17 gntstyle.c \ 17 gntstyle.c \
18 gnttextview.c \ 18 gnttextview.c \
19 gnttree.c \ 19 gnttree.c \
20 gntutils.c \
20 gntmain.c 21 gntmain.c
21 22
22 libgnt_la_headers = \ 23 libgnt_la_headers = \
23 gntwidget.h \ 24 gntwidget.h \
24 gntbox.h \ 25 gntbox.h \
32 gntline.h \ 33 gntline.h \
33 gntmarshal.h \ 34 gntmarshal.h \
34 gntstyle.h \ 35 gntstyle.h \
35 gnttextview.h \ 36 gnttextview.h \
36 gnttree.h \ 37 gnttree.h \
38 gntutils.h \
37 gnt.h 39 gnt.h
38 40
39 libgnt_laincludedir=$(includedir)/gnt 41 libgnt_laincludedir=$(includedir)/gnt
40 libgnt_lainclude_HEADERS = \ 42 libgnt_lainclude_HEADERS = \
41 $(libgnt_la_headers) 43 $(libgnt_la_headers)