diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-18 09:46:44 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-18 09:46:44 -0600 |
| commit | 18e23b393832c3c1b9147be8443f0d92773d8065 (patch) | |
| tree | 5e3fa53bddc01260449f9522212d110bde77fc7e /src/Makefile.am | |
| parent | 414afb961106144fa9339550e8654c59c1e734a0 (diff) | |
| parent | e07cdb88407dc186d7cdb236e410b6ae9c4fc3f8 (diff) | |
| download | ayatana-indicator-session-18e23b393832c3c1b9147be8443f0d92773d8065.tar.gz ayatana-indicator-session-18e23b393832c3c1b9147be8443f0d92773d8065.tar.bz2 ayatana-indicator-session-18e23b393832c3c1b9147be8443f0d92773d8065.zip | |
* Upstream release 0.2.3
* Switch menu ordering to match design spec
* Change switch menu item to "Switch from..."
* Move from Devkit-Power to upower
* Adding in user logged in icon and menu item
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c607f5..fdbf466 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,6 +11,7 @@ sessionlib_LTLIBRARIES = libsession.la libsession_la_SOURCES = \ indicator-session.c \ dbus-shared-names.h \ + dbusmenu-shared.h \ users-service-client.h libsession_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror libsession_la_LIBADD = $(APPLET_LIBS) @@ -42,6 +43,7 @@ indicator_session_service_SOURCES = \ lock-helper.c \ lock-helper.h \ session-service.c \ + dbusmenu-shared.h \ gtk-dialog/gconf-helper.c \ users-service-dbus.h \ users-service-dbus.c \ |
