Mercurial > pidgin.yaz
comparison libpurple/Makefile.am @ 21816:57765d468458
Clean up generated dbus sources in 'make clean'
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 11 Dec 2007 16:51:07 +0000 |
parents | 39fb77c2986e |
children | 0bd86dae2734 02eda4bd2b22 60f5abc6cf0c |
comparison
equal
deleted
inserted
replaced
21814:d20a1c190c2f | 21816:57765d468458 |
---|---|
133 xmlnode.h \ | 133 xmlnode.h \ |
134 whiteboard.h | 134 whiteboard.h |
135 | 135 |
136 purple_builtheaders = purple.h version.h | 136 purple_builtheaders = purple.h version.h |
137 | 137 |
138 BUILT_SOURCES = $(purple_builtheaders) | |
139 | |
140 if ENABLE_DBUS | 138 if ENABLE_DBUS |
141 | 139 |
142 CLEANFILES = \ | 140 CLEANFILES = \ |
143 dbus-bindings.c \ | 141 dbus-bindings.c \ |
144 dbus-client-binding.c \ | 142 dbus-client-binding.c \ |
208 purple-client-example.$(OBJEXT): purple-client-bindings.h | 206 purple-client-example.$(OBJEXT): purple-client-bindings.h |
209 | 207 |
210 # scripts | 208 # scripts |
211 | 209 |
212 bin_SCRIPTS = purple-remote purple-send purple-send-async purple-url-handler | 210 bin_SCRIPTS = purple-remote purple-send purple-send-async purple-url-handler |
211 | |
212 BUILT_SOURCES = $(purple_builtheaders) \ | |
213 dbus-types.c \ | |
214 dbus-types.h \ | |
215 dbus-bindings.c \ | |
216 purple-client-bindings.c \ | |
217 purple-client-bindings.h | |
218 | |
219 else | |
220 | |
221 BUILT_SOURCES = $(purple_builtheaders) | |
213 | 222 |
214 endif | 223 endif |
215 | 224 |
216 lib_LTLIBRARIES = libpurple.la $(libpurple_client_lib) | 225 lib_LTLIBRARIES = libpurple.la $(libpurple_client_lib) |
217 | 226 |