Mercurial > emacs
view src/autodeps.mk @ 109127:6b757d9cacac
* net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
(dbus-register-property): New optional argument EMITS-SIGNAL.
(dbus-property-handler): Send signal "PropertiesChanged" if requested.
author | Michael Albinus <albinus@detlef> |
---|---|
date | Sun, 04 Jul 2010 11:52:57 +0200 |
parents | dedcf813aa69 |
children | 5df3f77a9df9 |
line wrap: on
line source
### autodeps.mk --- src/Makefile fragment for GNU Emacs ## This is inserted in src/Makefile if AUTO_DEPEND=yes. ALLOBJS=$(START_FILES) ${obj} ${otherobj} prefix-args.o -include $(ALLOBJS:%.o=${DEPDIR}/%.d)