diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
commit | a6152fcf5ec57d7252617a7ede36aa53de7f2930 (patch) | |
tree | abce27406eaa2fe29e1705b0b38b81cd947871af /src/Makefile.am | |
parent | 6468402475d7bfced0ee905bdd56977cc2f4b7da (diff) | |
parent | 7a92d249547ff1783725850edb39a952e52ee8c9 (diff) | |
download | ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.gz ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.bz2 ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.zip |
slow progress on the testing front
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 543ec58..5abacda 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,7 @@ soundmenulibdir = $(INDICATORDIR) soundmenulib_LTLIBRARIES = libsoundmenu.la libsoundmenu_la_SOURCES = \ common-defs.h \ + indicator-sound.h \ indicator-sound.c \ dbus-shared-names.h \ sound-service-client.h \ |