aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-10 11:43:42 -0500
committerTed Gould <ted@gould.cx>2010-08-10 11:43:42 -0500
commit5bffdaf7141fd7909474daa23ff9107c6f047453 (patch)
treeeda49aaa8b83fe80a0e40391e9e6cf84368329af /src
parentbd2b24fbcaf89d827610f5371a0c13c3db1ae38b (diff)
downloadayatana-indicator-application-5bffdaf7141fd7909474daa23ff9107c6f047453.tar.gz
ayatana-indicator-application-5bffdaf7141fd7909474daa23ff9107c6f047453.tar.bz2
ayatana-indicator-application-5bffdaf7141fd7909474daa23ff9107c6f047453.zip
Brining generate-id into the fold
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/app-indicator.c1
-rw-r--r--src/generate-id.c2
3 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e84749..ef23ccc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,8 @@ applicationlib_LTLIBRARIES = libapplication.la
libapplication_la_SOURCES = \
application-service-marshal.c \
dbus-shared.h \
+ generate-id.h \
+ generate-id.c \
indicator-application.c
libapplication_la_CFLAGS = $(INDICATOR_CFLAGS) \
-Wall \
diff --git a/src/app-indicator.c b/src/app-indicator.c
index 0b9b10e..3ba2cfb 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -43,6 +43,7 @@ License version 3 and version 2.1 along with this program. If not, see
#include "notification-watcher-client.h"
#include "dbus-shared.h"
+#include "generate-id.h"
#define PANEL_ICON_SUFFIX "panel"
diff --git a/src/generate-id.c b/src/generate-id.c
index 95a4bee..6855b39 100644
--- a/src/generate-id.c
+++ b/src/generate-id.c
@@ -19,6 +19,8 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "generate-id.h"
+
struct ordering_id_struct {
gchar category;
gchar first;