diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-17 16:10:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-17 16:10:03 +0000 |
commit | 09ac621b4caf975b36433bdb0f053317c960223e (patch) | |
tree | 811d61f1408d44fb8c496990c00ea4b2afefadec /src/Makefile.am | |
parent | 4f18ab234a9ace138eade48a7a548fd8fa596eec (diff) | |
download | ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.gz ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.bz2 ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.zip |
working now - needed a hack in the common-def header - automake you drive me nuts
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c494c49..ae0d55a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,10 +68,11 @@ music_bridge_VALAFLAGS = \ --pkg gee-1.0 \ --pkg Dbusmenu-0.4 \ --pkg common-defs \ - --pkg gio-2.0 \ - --pkg gio-unix-2.0 \ - --pkg gdk-pixbuf-2.0 \ - --pkg libxml-2.0 + --pkg config \ + --pkg gio-2.0 \ + --pkg gio-unix-2.0 \ + --pkg gdk-pixbuf-2.0 \ + --pkg libxml-2.0 $(MAINTAINER_VALAFLAGS) |