diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-08 11:08:39 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-08 11:08:39 +0100 |
commit | 41747b032d2032c97fd7f1766157e2d846626880 (patch) | |
tree | ab92fae42cab6df8364efc5f210281095cf3525a /src/Makefile.am | |
parent | 3a06565090107aef0ab7bc22b9ab5c965a729746 (diff) | |
parent | 5d8d12718e518a8bc695e57c071760720de4329e (diff) | |
download | ayatana-indicator-sound-41747b032d2032c97fd7f1766157e2d846626880.tar.gz ayatana-indicator-sound-41747b032d2032c97fd7f1766157e2d846626880.tar.bz2 ayatana-indicator-sound-41747b032d2032c97fd7f1766157e2d846626880.zip |
merge with new transport bar branch
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 327fcbb..79ba7d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,13 +13,15 @@ libsoundmenu_la_SOURCES = \ transport-widget.h \ metadata-widget.c \ metadata-widget.h \ + play-button.c \ + play-button.h \ indicator-sound.c \ title-widget.c \ title-widget.h \ dbus-shared-names.h \ sound-service-client.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 |