~ubuntu-branches/ubuntu/utopic/libinfinity/utopic-proposed

« back to all changes in this revision

Viewing changes to infinoted/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-01 10:44:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110401104457-q7927ly61fr51tqs
Tags: 0.5.0-1
* New upstream release.
* Drop patches applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS = note-plugins
2
2
 
3
3
# TODO: Find a way to have the version number set automatically.
4
 
bin_PROGRAMS = infinoted-0.4
5
 
man1_MANS = infinoted-0.4.man
 
4
bin_PROGRAMS = infinoted-0.5
 
5
dist_man1_MANS = infinoted-0.5.man
6
6
 
7
7
plugin_path = infinoted-$(LIBINFINITY_API_VERSION)/note-plugins
8
8
 
9
 
infinoted_0_4_CPPFLAGS = \
 
9
infinoted_0_5_CPPFLAGS = \
10
10
        -I${top_srcdir} \
11
11
        $(infinoted_CFLAGS) \
12
12
        $(infinity_CFLAGS) \
15
15
        -DLOCALSTATEDIR=\"${localstatedir}\" \
16
16
        -DLIBINFINITY_API_VERSION=\"$(LIBINFINITY_API_VERSION)\"
17
17
 
18
 
infinoted_0_4_LDADD = \
 
18
infinoted_0_5_LDADD = \
19
19
        ${top_builddir}/libinftext/libinftext-$(LIBINFINITY_API_VERSION).la \
20
20
        ${top_builddir}/libinfinity/libinfinity-$(LIBINFINITY_API_VERSION).la \
21
21
        $(infinoted_LIBS) \
22
22
        $(infinity_LIBS) \
23
23
        $(libdaemon_LIBS)
24
24
 
25
 
infinoted_0_4_SOURCES = \
 
25
infinoted_0_5_SOURCES = \
26
26
        infinoted-autosave.c \
27
27
        infinoted-config-reload.c \
28
28
        infinoted-creds.c \
31
31
        infinoted-main.c \
32
32
        infinoted-note-plugin.c \
33
33
        infinoted-options.c \
 
34
        infinoted-pam.c \
34
35
        infinoted-record.c \
35
36
        infinoted-run.c \
36
37
        infinoted-signal.c \
45
46
        infinoted-directory-sync.h \
46
47
        infinoted-note-plugin.h \
47
48
        infinoted-options.h \
 
49
        infinoted-pam.h \
48
50
        infinoted-record.h \
49
51
        infinoted-run.h \
50
52
        infinoted-signal.h \