~unity-api-team/hud/lp-1288025

« back to all changes in this revision

Viewing changes to tools/Makefile.am

Tags: upstream-13.04.0
ImportĀ upstreamĀ versionĀ 13.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
libexec_SCRIPTS = \
3
 
        current-menu \
4
 
        current-menu-dump
5
 
 
6
 
libexec_PROGRAMS = \
7
 
        mock-json-app
8
 
 
9
 
current-menu-dump: current-menu-dump.in
10
 
        sed \
11
 
                -e s:@LIBEXECDIR@:$(libexecdir):g \
12
 
                $< > $@
13
 
        chmod +x $@
14
 
 
15
 
mock_json_app_SOURCES = \
16
 
        mock-json-app.c
17
 
mock_json_app_CFLAGS = \
18
 
        $(INDICATOR_CFLAGS) \
19
 
        $(INDICATORTEST_CFLAGS) \
20
 
        -Wall -Werror
21
 
mock_json_app_LDADD = \
22
 
        $(INDICATOR_LIBS) \
23
 
        $(INDICATORTEST_LIBS)
24
 
 
25
 
EXTRA_DIST = \
26
 
        current-menu \
27
 
        current-menu-dump.in
28
 
 
29
 
CLEANFILES = \
30
 
        current-menu-dump