diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-18 08:03:10 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-18 08:03:10 -0400 |
commit | cb8cb6ef16fc0884d2499421fbeeca12e3288b56 (patch) | |
tree | 377ffc14cc780f50cb8fdf2edbebbfe6f86a32f6 /src/Makefile.am | |
parent | c6f14a086c0c1160293d1f4769e3bed9a92b674c (diff) | |
download | ayatana-indicator-sound-cb8cb6ef16fc0884d2499421fbeeca12e3288b56.tar.gz ayatana-indicator-sound-cb8cb6ef16fc0884d2499421fbeeca12e3288b56.tar.bz2 ayatana-indicator-sound-cb8cb6ef16fc0884d2499421fbeeca12e3288b56.zip |
Remove obsolete files (gtk and dbusmenu)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 083c5c2..84ee0f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ libexec_PROGRAMS = indicator-sound-service indicator_sound_service_SOURCES = \ - common-defs.h \ service.vala \ main.vala \ volume-control.vala \ @@ -16,13 +15,9 @@ indicator_sound_service_VALAFLAGS = \ --vapidir=$(top_srcdir)/vapi/ \ --vapidir=./ \ --thread \ - --pkg gee-1.0 \ - --pkg Dbusmenu-0.4 \ - --pkg common-defs \ --pkg config \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ - --pkg gdk-pixbuf-2.0 \ --pkg libxml-2.0 \ --pkg libpulse \ --pkg libpulse-mainloop-glib \ |