~alexlauni/libunity-webapps/messaging-menu-static-actions-1047501

« back to all changes in this revision

Viewing changes to tests/index-updater/Makefile.am

  • Committer: Robert Carr
  • Date: 2012-09-28 20:30:45 UTC
  • mfrom: (779.1.8 trunk)
  • Revision ID: racarr@canonical.com-20120928203045-chrnskx6beys8wyd
MergeĀ lp:~robertcarr/libunity-webapps/apt-cache-parser-test-harness

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CPPFLAGS = \
 
2
        $(UNITY_WEBAPPS_CFLAGS) \
 
3
        -DUNITY_WEBAPPS_ENABLE_DEBUG \
 
4
        -I$(top_srcdir)/src \
 
5
        -I$(top_srcdir)/src/index-updater \
 
6
        $(UNITY_WEBAPPS_COVERAGE_CFLAGS)
 
7
 
 
8
noinst_PROGRAMS = \
 
9
        test-apt-cache-parser
 
10
 
 
11
test_apt_cache_parser_SOURCES = \
 
12
        test-apt-cache-parser.c \
 
13
        apt-cache-generator.c \
 
14
        apt-cache-generator.h \
 
15
        apt-cache-generator-entry.c \
 
16
        apt-cache-generator-entry.h \
 
17
        $(top_srcdir)/src/index-updater/apt-cache-parser.c \
 
18
        $(top_srcdir)/src/index-updater/webapp-info.c
 
19
 
 
20
test_apt_cache_parser_LDADD = \
 
21
        $(UNITY_WEBAPPS_LIBS) \
 
22
        $(UNITY_WEBAPPS_DAEMON_LIBS) \
 
23
        $(UNITY_WEBAPPS_COVERAGE_LDFLAGS)
 
 
b'\\ No newline at end of file'