Mercurial > pidgin
changeset 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 | d20a1c190c2f |
children | c03139b26b77 |
files | libpurple/Makefile.am |
diffstat | 1 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/Makefile.am Tue Dec 11 01:34:18 2007 +0000 +++ b/libpurple/Makefile.am Tue Dec 11 16:51:07 2007 +0000 @@ -135,8 +135,6 @@ purple_builtheaders = purple.h version.h -BUILT_SOURCES = $(purple_builtheaders) - if ENABLE_DBUS CLEANFILES = \ @@ -211,6 +209,17 @@ bin_SCRIPTS = purple-remote purple-send purple-send-async purple-url-handler +BUILT_SOURCES = $(purple_builtheaders) \ + dbus-types.c \ + dbus-types.h \ + dbus-bindings.c \ + purple-client-bindings.c \ + purple-client-bindings.h + +else + +BUILT_SOURCES = $(purple_builtheaders) + endif lib_LTLIBRARIES = libpurple.la $(libpurple_client_lib)