summaryrefslogtreecommitdiffstats
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-06 22:55:25 +0200
committerLennart Poettering <lennart@poettering.net>2009-10-17 00:28:28 +0200
commit8bc2caac55572bc06c4fc6c2f6e2b28104c9f69c (patch)
tree7fae5fdd18c037e2dab5c7034116137d00d3bb95 /bus/Makefile.am
parent904319153eb271202853fc15c49b6d8199d3c78e (diff)
move desktop file parser from bus/ to dbus/
We want to make use of it for reading the ConsoleKit database which will need to be implemented in dbus/dbus-userdb-util.c, so let's move this to dbus/.
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 3b4f69db..8cad76e0 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -48,8 +48,6 @@ BUS_SOURCES= \
config-parser-common.h \
connection.c \
connection.h \
- desktop-file.c \
- desktop-file.h \
$(DIR_WATCH_SOURCE) \
dir-watch.h \
dispatch.c \
@@ -89,8 +87,6 @@ LAUNCH_HELPER_SOURCES= \
config-parser-common.h \
config-parser-trivial.c \
config-parser-trivial.h \
- desktop-file.c \
- desktop-file.h \
utils.c \
utils.h \
activation-exit-codes.h \