diff options
author | Ted Gould <ted@gould.cx> | 2010-01-05 23:35:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-05 23:35:11 -0600 |
commit | 8c3499507c2d14b814ccc2a27297a7cdeedaefd8 (patch) | |
tree | e613851619d5a5f4a67038e47491af87dcff53de /src/Makefile.am | |
parent | 095055acb1af84c4fafb9d844d9657bdc79fe224 (diff) | |
download | ayatana-indicator-session-8c3499507c2d14b814ccc2a27297a7cdeedaefd8.tar.gz ayatana-indicator-session-8c3499507c2d14b814ccc2a27297a7cdeedaefd8.tar.bz2 ayatana-indicator-session-8c3499507c2d14b814ccc2a27297a7cdeedaefd8.zip |
Forgot to include user-service-dbus.h in the dist
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e5d5a3c..2c607f5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,6 +43,7 @@ indicator_session_service_SOURCES = \ lock-helper.h \ session-service.c \ gtk-dialog/gconf-helper.c \ + users-service-dbus.h \ users-service-dbus.c \ users-service-marshal.c indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror |