Update AUTHORS file
[centerim5.git] / src / Makefile.am
blob12e08d6976e39bbce46d691779c58080577dbd60
1 bin_PROGRAMS = centerim5
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         git-version.h.in
48 centerim5_CPPFLAGS = \
49         $(PURPLE_CFLAGS) \
50         $(GLIB_CFLAGS) \
51         $(SIGC_CFLAGS) \
52         -I$(top_srcdir)
54 centerim5_LDADD = \
55         $(PURPLE_LIBS) \
56         $(GLIB_LIBS) \
57         $(SIGC_LIBS) \
58         $(top_builddir)/cppconsui/libcppconsui.la
60 git-version.cpp: git-version.h
62 git-version.h : $(top_srcdir)/.version git-version.h.in
63         @sed -e "s/@GIT_VERSION@/`cat $(top_srcdir)/.version`/" < $(srcdir)/git-version.h.in > git-version.h