summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-05 15:02:40 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-05 17:05:16 +0100
commit05b67716a4fcebc6c5906df905a44970322bec36 (patch)
tree2bd85f35597f7b97ff09bd60cd688b8492e45ebf /src/Makefile.am
parent51f507be6ec50cda099cdcdf71dc85a896330471 (diff)
downloadtelepathy-mission-control-05b67716a4fcebc6c5906df905a44970322bec36.tar.gz
mcd-dbusprop: Don't install the header
The exact implementation of D-Bus properties should be an implementation detail (and I plan to change it to be TpDBusPropertiesMixin at some point, to avoid having two sets of code for the same functionality).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a2421337..8f3878ef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,6 @@ mission_control_include_HEADERS = \
mcd-account-manager.h \
mcd-account-manager-query.h \
mcd-account-stats.h \
- mcd-dbusprop.h \
mcd-debug.h \
mcd-dispatch-operation.h \
mcd-mission.h \
@@ -122,6 +121,7 @@ libmissioncontrol_server_la_SOURCES = \
mcd-account-manager-query.c \
mcd-account-priv.h \
mcd-dbusprop.c \
+ mcd-dbusprop.h \
mcd-debug.c \
mcd-dispatch-operation.c \
mcd-dispatch-operation-priv.h \