File tree 8 files changed +24
-9
lines changed
8 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -1061,6 +1061,10 @@ AC_CONFIG_FILES([Makefile
1061
1061
common/win32/harpoonHelper/src/Makefile
1062
1062
libs/Makefile
1063
1063
libs/dbus/Makefile
1064
+ libs/dbus/bin/Makefile
1065
+ libs/dbus/data/Makefile
1066
+ libs/dbus/include/Makefile
1067
+ libs/dbus/include/dbus/Makefile
1064
1068
libs/dbus/src/Makefile
1065
1069
frontend/Makefile
1066
1070
frontend/common/Makefile
Original file line number Diff line number Diff line change 1
1
MAINTAINERCLEANFILES = Makefile.in
2
2
3
- SUBDIRS = src
3
+ SUBDIRS = bin data include src
Original file line number Diff line number Diff line change
1
+ MAINTAINERCLEANFILES = Makefile.in
2
+
3
+ EXTRA_DIST = $(wildcard $(srcdir ) /* .py)
Original file line number Diff line number Diff line change
1
+ MAINTAINERCLEANFILES = Makefile.in
2
+
3
+ EXTRA_DIST = $(wildcard $(srcdir ) /* .jinja)
Original file line number Diff line number Diff line change
1
+ MAINTAINERCLEANFILES = Makefile.in
2
+
3
+ SUBDIRS = dbus
Original file line number Diff line number Diff line change
1
+ MAINTAINERCLEANFILES = Makefile.in
2
+
3
+ EXTRA_DIST = $(wildcard $(srcdir ) /* .hh)
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ libworkrave_dbus_la_LIBADD = ${ldadd_platform}
16
16
AM_CPPFLAGS = -W -DWORKRAVE_PKGDATADIR="\"${pkgdatadir}\"" -DWORKRAVE_DATADIR="\"${datadir}\"" \
17
17
-D_XOPEN_SOURCE=600 @WR_COMMON_INCLUDES@ @GLIB_CFLAGS@
18
18
19
- EXTRA_DIST = $(wildcard $(srcdir ) /* .hh) $(wildcard $(srcdir ) /* .h) $(wildcard $(srcdir ) /* .icc) locale.inc
19
+ EXTRA_DIST = $(wildcard $(srcdir ) /* .hh) $(wildcard $(srcdir ) /* .h) $(wildcard $(srcdir ) /* .icc)
20
20
21
21
endif
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ backend/src/win32/W32Configurator.cc
38
38
backend/src/win32/W32InputMonitor.cc
39
39
backend/src/win32/W32InputMonitorFactory.cc
40
40
backend/src/win32/W32LowLevelMonitor.cc
41
- common/bin/DBus-client-template-freedesktop.cc
42
- common/bin/DBus-template-freedesktop.cc
43
- common/bin/DBus-template-gio.cc
44
- common/src/DBus-freedesktop.cc
45
- common/src/DBus-gio.cc
46
- common/src/DBusBinding-freedesktop.cc
47
- common/src/DBusBinding-gio.cc
41
+ libs/dbus/src/DBusDummy.cc
42
+ libs/dbus/src/DBusGeneric.cc
43
+ libs/dbus/src/DBusFactory.cc
44
+ libs/dbus/src/DBusGio.cc
45
+ libs/dbus/src/DBusBindingGio.cc
46
+ libs/dbus/src/DBusException.cc
48
47
common/src/GlibThread.cc
49
48
common/src/Locale.cc
50
49
common/src/StringUtil.cc
You can’t perform that action at this time.
0 commit comments