comparison src/Makefile.am @ 12500:9fd94eb52dc3

[gaim-migrate @ 14812] This might ensure gaim-client.h gets distributed... committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 16 Dec 2005 18:13:20 +0000
parents 3153661f4d5c
children abee34af2f55
comparison
equal deleted inserted replaced
12499:3992105b8df5 12500:9fd94eb52dc3
193 193
194 # libgaim-client 194 # libgaim-client
195 195
196 lib_LTLIBRARIES = libgaim-client.la 196 lib_LTLIBRARIES = libgaim-client.la
197 197
198 libgaim_client_la_SOURCES = gaim-client.c 198 libgaim_client_la_SOURCES = gaim-client.c gaim-client.h
199 199
200 gaim-client-bindings.c: dbus-analyze-functions.py $(dbus_exported) 200 gaim-client-bindings.c: dbus-analyze-functions.py $(dbus_exported)
201 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@ 201 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@
202 202
203 gaim-client-bindings.h: dbus-analyze-types.py dbus-analyze-functions.py $(gaim_coreheaders) $(dbus_exported) 203 gaim-client-bindings.h: dbus-analyze-types.py dbus-analyze-functions.py $(gaim_coreheaders) $(dbus_exported)