diff options
| author | Didier Roche <didier.roche@canonical.com> | 2010-02-26 10:39:49 +0100 |
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2010-02-26 10:39:49 +0100 |
| commit | e390ca6a42277073737dae7926f942d5a4a007cf (patch) | |
| tree | 467b0d6b9413f6d6c5ed7a62950afd498bd3abfe /src/Makefile.am | |
| parent | 86c5b21756930411a0916008a8f5f07606760a65 (diff) | |
| parent | 8f5b8f3d0af565f140e145d895cf45243a4a322b (diff) | |
| download | ayatana-indicator-datetime-e390ca6a42277073737dae7926f942d5a4a007cf.tar.gz ayatana-indicator-datetime-e390ca6a42277073737dae7926f942d5a4a007cf.tar.bz2 ayatana-indicator-datetime-e390ca6a42277073737dae7926f942d5a4a007cf.zip | |
New upstream release.
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 390f89a..bf9093d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,15 @@ +libexec_PROGRAMS = indicator-datetime-service + +indicator_datetime_service_SOURCES = \ + datetime-service.c +indicator_datetime_service_CFLAGS = \ + -Wall \ + -Werror \ + $(INDICATOR_CFLAGS) +indicator_datetime_service_LDADD = \ + $(INDICATOR_LIBS) + datetimelibdir = $(INDICATORDIR) datetimelib_LTLIBRARIES = libdatetime.la libdatetime_la_SOURCES = \ @@ -11,3 +22,5 @@ libdatetime_la_LIBADD = \ libdatetime_la_LDFLAGS = \ -module \ -avoid-version + +EXTRA_DIST = $(libdatetime_la_SOURCES) |
