im.pidgin.pidgin: 9f782ce34a9721fbb634a2c73107820447cc3dc1
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Tue Dec 11 11:55:48 EST 2007
-----------------------------------------------------------------
Revision: 9f782ce34a9721fbb634a2c73107820447cc3dc1
Ancestor: b7bc71beeea1f0d58d282c66c591928964e3b333
Author: nosnilmot at pidgin.im
Date: 2007-12-11T16:51:07
Branch: im.pidgin.pidgin
Modified files:
libpurple/Makefile.am
ChangeLog:
Clean up generated dbus sources in 'make clean'
-------------- next part --------------
============================================================
--- libpurple/Makefile.am fb4d8727ecc906ce6a12693a0e4486da802a9997
+++ libpurple/Makefile.am 970eb388b52914c9e0287f4010996ba5ce7524c9
@@ -135,8 +135,6 @@ purple_builtheaders = purple.h version.h
purple_builtheaders = purple.h version.h
-BUILT_SOURCES = $(purple_builtheaders)
-
if ENABLE_DBUS
CLEANFILES = \
@@ -211,6 +209,17 @@ bin_SCRIPTS = purple-remote purple-send
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)
More information about the Commits
mailing list