diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-04-04 05:57:18 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-04-04 05:57:18 +0200 |
commit | 69fc4a3d92bbbf5940769d877650e45a9c2b913b (patch) | |
tree | 19e6d6d514fbd8c3a8d4ad7b199d7f235c9ef13c /src | |
parent | 838d4366a4c5e159ef7cde4caef4d908730df3a7 (diff) | |
download | ayatana-indicator-sound-69fc4a3d92bbbf5940769d877650e45a9c2b913b.tar.gz ayatana-indicator-sound-69fc4a3d92bbbf5940769d877650e45a9c2b913b.tar.bz2 ayatana-indicator-sound-69fc4a3d92bbbf5940769d877650e45a9c2b913b.zip |
Remove sound-service-marshal (not needed anymore)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 10 | ||||
-rw-r--r-- | src/sound-service-marshal.list | 2 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 993b0d2..afbc364 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,13 +1,5 @@ libexec_PROGRAMS = indicator-sound-service -#################################################################### -# Sound Service -#################################################################### - -glib_marshal_list = sound-service-marshal.list -glib_marshal_prefix = _sound_service_marshal - - ##################### # Sound service vala ##################### @@ -80,5 +72,3 @@ CLEANFILES = \ $(BUILT_SOURCES) DISTCLEANFILES = - -include $(top_srcdir)/Makefile.am.marshal diff --git a/src/sound-service-marshal.list b/src/sound-service-marshal.list deleted file mode 100644 index 4c756d4..0000000 --- a/src/sound-service-marshal.list +++ /dev/null @@ -1,2 +0,0 @@ -VOID:STRING,STRING - |