repo.or.cz
/
centerim5.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CI] Remove unnecessary echo
[centerim5.git]
/
src
/
Makefile.am
blob
2e377d433ef48bca89a9ca9277db09fd6eb73bf6
1
bin_PROGRAMS = centerim5
2
3
# When you add files here, also add them in po/POTFILES.in.
4
centerim5_SOURCES = \
5
AccountStatusMenu.cpp \
6
AccountStatusMenu.h \
7
AccountWindow.cpp \
8
AccountWindow.h \
9
Accounts.cpp \
10
Accounts.h \
11
BuddyList.cpp \
12
BuddyList.h \
13
BuddyListNode.cpp \
14
BuddyListNode.h \
15
CenterIM.cpp \
16
CenterIM.h \
17
Connections.cpp \
18
Connections.h \
19
Conversation.cpp \
20
Conversation.h \
21
ConversationRoomList.cpp \
22
ConversationRoomList.h \
23
Conversations.cpp \
24
Conversations.h \
25
Footer.cpp \
26
Footer.h \
27
GeneralMenu.cpp \
28
GeneralMenu.h \
29
Header.cpp \
30
Header.h \
31
Log.cpp \
32
Log.h \
33
Notify.cpp \
34
Notify.h \
35
OptionWindow.cpp \
36
OptionWindow.h \
37
PluginWindow.cpp \
38
PluginWindow.h \
39
Request.cpp \
40
Request.h \
41
Transfers.cpp \
42
Transfers.h \
43
Utils.cpp \
44
Utils.h \
45
git-version.cpp
46
47
centerim5_CPPFLAGS = \
48
$(PURPLE_CFLAGS) \
49
$(GLIB_CFLAGS) \
50
$(SIGC_CFLAGS) \
51
-I$(top_srcdir)
52
53
centerim5_LDADD = \
54
$(LTLIBINTL) \
55
$(PURPLE_LIBS) \
56
$(GLIB_LIBS) \
57
$(SIGC_LIBS) \
58
$(top_builddir)/cppconsui/libcppconsui.la