aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-17 16:10:03 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-17 16:10:03 +0000
commit09ac621b4caf975b36433bdb0f053317c960223e (patch)
tree811d61f1408d44fb8c496990c00ea4b2afefadec /src/Makefile.am
parent4f18ab234a9ace138eade48a7a548fd8fa596eec (diff)
downloadayatana-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.am9
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)