comparison src/Makefile.am @ 11884:b1099e09eb33

[gaim-migrate @ 14175] I *think* this will make sure we distribute the right pieces for dbus support, but I don't currently have a sensible way of testing. Also, I suspect we may want some of the code generation to happen at dist time instead of build time. Something to think about. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 29 Oct 2005 02:06:36 +0000
parents 386ec55b6a15
children c9312177821a
comparison
equal deleted inserted replaced
11883:d8128936c2f1 11884:b1099e09eb33
1 EXTRA_DIST = \ 1 EXTRA_DIST = \
2 dbus-analyze-functions.py \
3 dbus-analyze-types.py \
2 getopt.c \ 4 getopt.c \
3 getopt.h \ 5 getopt.h \
4 getopt1.c \ 6 getopt1.c \
5 Makefile.mingw \ 7 Makefile.mingw \
6 win_gaim.c \ 8 win_gaim.c \
109 cipher.h \ 111 cipher.h \
110 cmds.h \ 112 cmds.h \
111 connection.h \ 113 connection.h \
112 conversation.h \ 114 conversation.h \
113 core.h \ 115 core.h \
116 dbus-maybe.h \
114 debug.h \ 117 debug.h \
115 desktopitem.h \ 118 desktopitem.h \
116 eventloop.h \ 119 eventloop.h \
117 ft.h \ 120 ft.h \
118 imgstore.h \ 121 imgstore.h \
155 dbus-bindings.c \ 158 dbus-bindings.c \
156 dbus-client-binding.c \ 159 dbus-client-binding.c \
157 dbus-client-binding.h \ 160 dbus-client-binding.h \
158 gaim.service \ 161 gaim.service \
159 dbus-types.c \ 162 dbus-types.c \
160 dbus-types.h 163 dbus-types.h
161 164
162 # gaim dbus server 165 # gaim dbus server
163 166
164 dbus_sources = dbus-server.c dbus-useful.c 167 dbus_sources = dbus-server.c dbus-useful.c
165 dbus_headers = dbus-server.h dbus-useful.h dbus-maybe.h 168 dbus_headers = dbus-bindings.h dbus-gaim.h dbus-server.h dbus-useful.h
166 169
167 dbus_exported = dbus-useful.h dbus-define-api.h account.h blist.h connection.h conversation.h core.h roomlist.h status.h server.h 170 dbus_exported = dbus-useful.h dbus-define-api.h account.h blist.h connection.h conversation.h core.h roomlist.h status.h server.h
168 171
169 172
170 dbus-types.c: dbus-analyze-types.py $(gaim_coreheaders) 173 dbus-types.c: dbus-analyze-types.py $(gaim_coreheaders)