diff options
author | Didier Roche <didier.roche@canonical.com> | 2010-02-10 11:41:36 +0100 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2010-02-10 11:41:36 +0100 |
commit | 4b0dea13c313c32cc798f0434d6d50a4fe991d80 (patch) | |
tree | 6c16b6647320461b3ac84ebca191f009bd5583a4 /src/Makefile.am | |
parent | 988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61 (diff) | |
parent | 2c193e71a9e62ecf27c2484434c6a05443dc9c61 (diff) | |
download | ayatana-indicator-datetime-4b0dea13c313c32cc798f0434d6d50a4fe991d80.tar.gz ayatana-indicator-datetime-4b0dea13c313c32cc798f0434d6d50a4fe991d80.tar.bz2 ayatana-indicator-datetime-4b0dea13c313c32cc798f0434d6d50a4fe991d80.zip |
new upstream version
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
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 |