comparison console/Makefile.am @ 14585:bcf89a7c69db

[gaim-migrate @ 17309] Rename the gntgaim executable to gaim-text I feel like this is much more clear to end users, who will probably have no idea what gnt is. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 18 Sep 2006 06:20:36 +0000
parents 108ab3e74d51
children be2feab10c71
comparison
equal deleted inserted replaced
14584:1f7581a5d2b8 14585:bcf89a7c69db
1 if ENABLE_GNT 1 if ENABLE_GNT
2 2
3 SUBDIRS = libgnt plugins 3 SUBDIRS = libgnt plugins
4 4
5 bin_PROGRAMS = gntgaim 5 bin_PROGRAMS = gaim-text
6 6
7 gntgaim_SOURCES = \ 7 gaim_text_SOURCES = \
8 gntaccount.c \ 8 gntaccount.c \
9 gntblist.c \ 9 gntblist.c \
10 gntconn.c \ 10 gntconn.c \
11 gntconv.c \ 11 gntconv.c \
12 gntdebug.c \ 12 gntdebug.c \
16 gntprefs.c \ 16 gntprefs.c \
17 gntrequest.c \ 17 gntrequest.c \
18 gntstatus.c \ 18 gntstatus.c \
19 gntui.c 19 gntui.c
20 20
21 gntgaim_headers = \ 21 gaim_text_headers = \
22 gntaccount.h \ 22 gntaccount.h \
23 gntblist.h \ 23 gntblist.h \
24 gntconn.h \ 24 gntconn.h \
25 gntconv.h \ 25 gntconv.h \
26 gntdebug.h \ 26 gntdebug.h \
30 gntprefs.h \ 30 gntprefs.h \
31 gntrequest.h \ 31 gntrequest.h \
32 gntstatus.h \ 32 gntstatus.h \
33 gntui.h 33 gntui.h
34 34
35 gntgaimincludedir=$(includedir)/gaim/gnt 35 gaim_textincludedir=$(includedir)/gaim/gnt
36 gntgaiminclude_HEADERS = \ 36 gaim_textinclude_HEADERS = \
37 $(gntgaim_headers) 37 $(gaim_text_headers)
38 38
39 gntgaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 39 gaim_text_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
40 gntgaim_LDFLAGS = -export-dynamic 40 gaim_text_LDFLAGS = -export-dynamic
41 gntgaim_LDADD = \ 41 gaim_text_LDADD = \
42 @LIBOBJS@ \ 42 @LIBOBJS@ \
43 $(DBUS_LIBS) \ 43 $(DBUS_LIBS) \
44 $(STATIC_LINK_LIBS) \ 44 $(STATIC_LINK_LIBS) \
45 $(INTLLIBS) \ 45 $(INTLLIBS) \
46 $(GLIB_LIBS) \ 46 $(GLIB_LIBS) \