diff options
author | Ted Gould <ted@gould.cx> | 2011-07-02 07:15:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-02 07:15:22 -0500 |
commit | 782c36c2ccf01dd0db6cbac8cc712cc316f23c90 (patch) | |
tree | 668a107a7dbd60a10546134d287a1993a19c81af /src/Makefile.am | |
parent | d936a27b56706eb521f525970dedb63fe24c81bd (diff) | |
download | ayatana-indicator-messages-782c36c2ccf01dd0db6cbac8cc712cc316f23c90.tar.gz ayatana-indicator-messages-782c36c2ccf01dd0db6cbac8cc712cc316f23c90.tar.bz2 ayatana-indicator-messages-782c36c2ccf01dd0db6cbac8cc712cc316f23c90.zip |
Loading the modules and getting an object
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index de4fccb..87f3c67 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,7 @@ indicator_messages_service_SOURCES = \ dbus-data.h \ \ status-items.c \ - status-items.h + status-items.h \ status-provider.c \ status-provider.h |