Index: src/Makefile.in =================================================================== --- src/Makefile.in (revision 1063) +++ src/Makefile.in (revision 1064) @@ -270,7 +270,6 @@ hid/nelma/nelma_lists.h \ hid/ps/ps_lists.h \ core_lists.h \ - dbus-introspect.h \ gpcb-menu.res \ pcb-menu.res Index: src/Makefile.in.mod/dbus =================================================================== --- src/Makefile.in.mod/dbus (revision 1063) +++ src/Makefile.in.mod/dbus (nonexistent) @@ -1,11 +0,0 @@ -append /local/pcb/OBJS {dbus-pcbmain.o dbus.o} - -append /local/pcb/RULES [@ -# dbus -dbus-introspect.h : dbus.xml Makefile - echo '/* AUTOMATICALLY GENERATED FROM dbus.xml DO NOT EDIT */' > $@.tmp - echo "static char *pcb_dbus_introspect_xml =" > $@.tmp - sed 's/\\/\\\\/g; s/"/\\"/g; s/^/"/; s/$$/"/' < dbus.xml >> $@.tmp - echo ";" >> $@.tmp - mv $@.tmp $@ -@] Index: src_plugins/dbus/README =================================================================== --- src_plugins/dbus/README (revision 1063) +++ src_plugins/dbus/README (revision 1064) @@ -3,4 +3,5 @@ Needs scconfig detection. Does anyone use dbus? Makefile: -EXTRA_DIST += dbus.xml + EXTRA_DIST += dbus.xml + DISTCLEAN_FILES += dbus-introspect.h \ Index: src_plugins/dbus/dbus.mk =================================================================== --- src_plugins/dbus/dbus.mk (nonexistent) +++ src_plugins/dbus/dbus.mk (revision 1064) @@ -0,0 +1,11 @@ +append /local/pcb/OBJS {dbus-pcbmain.o dbus.o} + +append /local/pcb/RULES [@ +# dbus +dbus-introspect.h : dbus.xml Makefile + echo '/* AUTOMATICALLY GENERATED FROM dbus.xml DO NOT EDIT */' > $@.tmp + echo "static char *pcb_dbus_introspect_xml =" > $@.tmp + sed 's/\\/\\\\/g; s/"/\\"/g; s/^/"/; s/$$/"/' < dbus.xml >> $@.tmp + echo ";" >> $@.tmp + mv $@.tmp $@ +@]