diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-24 17:29:31 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-24 17:29:31 -0600 |
commit | 729ff587783dcf571b4a94132b57bce695a5e30f (patch) | |
tree | db454dd51efa8d226389e00a42f1d189751f89ba /src/Makefile.am | |
parent | eb2c1d7fc7ba7f8d2ae35141b2bf13ef69795b1d (diff) | |
download | ayatana-indicator-sound-729ff587783dcf571b4a94132b57bce695a5e30f.tar.gz ayatana-indicator-sound-729ff587783dcf571b4a94132b57bce695a5e30f.tar.bz2 ayatana-indicator-sound-729ff587783dcf571b4a94132b57bce695a5e30f.zip |
compiling ...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 667293f..b5c9fc3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,11 +9,13 @@ soundmenulib_LTLIBRARIES = libsoundmenu.la libsoundmenu_la_SOURCES = \ common-defs.h \ indicator-sound.h \ + indicator-sound.c \ + sound-state-manager.c \ + sound-state-manager.h \ transport-widget.c \ transport-widget.h \ metadata-widget.c \ metadata-widget.h \ - indicator-sound.c \ title-widget.c \ title-widget.h \ volume-widget.c \ @@ -22,7 +24,7 @@ libsoundmenu_la_SOURCES = \ gen-sound-service.xml.c \ dbus-shared-names.h -libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror -DG_LOG_DOMAIN=\"Indicator-Sound\" +libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -DG_LOG_DOMAIN=\"Indicator-Sound\" libsoundmenu_la_LIBADD = $(APPLET_LIBS) libsoundmenu_la_LDFLAGS = -module -avoid-version |