diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-09 08:14:43 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-09 08:14:43 +0000 |
commit | 9f10c1e5b7a7ceac671d23cdfef2176d4ac8e74d (patch) | |
tree | d014028a8f49f9ea05e1af2ed3b25b0af2e5bb9a /src/Makefile.am | |
parent | ce996a8b02131d9711cc3dee67f6c3844e55b8e8 (diff) | |
download | ayatana-indicator-sound-9f10c1e5b7a7ceac671d23cdfef2176d4ac8e74d.tar.gz ayatana-indicator-sound-9f10c1e5b7a7ceac671d23cdfef2176d4ac8e74d.tar.bz2 ayatana-indicator-sound-9f10c1e5b7a7ceac671d23cdfef2176d4ac8e74d.zip |
interface introspection underway@
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 82830e1..57f52d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -81,7 +81,8 @@ music_bridge_VALAFLAGS = \ --pkg common-defs \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ - --pkg gdk-pixbuf-2.0 + --pkg gdk-pixbuf-2.0 \ + --pkg libxml-2.0 $(MAINTAINER_VALAFLAGS) |