From 9434c8a9f162cab1f525ed892a133a688bb3e223 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 4 Jan 2010 22:38:47 -0600 Subject: Building a very basic indicator. --- src/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e69de29..390f89a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -0,0 +1,13 @@ + +datetimelibdir = $(INDICATORDIR) +datetimelib_LTLIBRARIES = libdatetime.la +libdatetime_la_SOURCES = \ + indicator-datetime.c +libdatetime_la_CFLAGS = \ + $(INDICATOR_CFLAGS) \ + -Wall -Werror +libdatetime_la_LIBADD = \ + $(INDICATOR_LIBS) +libdatetime_la_LDFLAGS = \ + -module \ + -avoid-version -- cgit v1.2.3