~ken-vandine/overlay-scrollbar/xsession

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Andrea Cimitan
  • Date: 2012-04-27 13:49:56 UTC
  • mfrom: (343.1.10 module)
  • Revision ID: andrea.cimitan@canonical.com-20120427134956-ddwhpqx6b697ood7
Tags: 0.3.0
Port to GtkModule

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
VER=
5
5
endif
6
6
 
7
 
EXTRA_DIST = \
8
 
        test-os-pager.c \
9
 
        test-os-pixmap.c \
10
 
        test-os-treeview.c \
11
 
        test-os-wm-state.c
12
 
 
13
7
noinst_PROGRAMS = \
14
8
        test-os
15
9
 
16
 
test_os_CFLAGS = \
17
 
        -I$(top_srcdir) \
18
 
        $(OS_CFLAGS)
19
 
test_os_LDFLAGS = \
20
 
        $(top_builddir)/os/liboverlay-scrollbar$(VER)-@OS_MAJORMINOR@.la \
21
 
        $(OS_LIBADD)
 
10
if USE_GTK3
 
11
test_os_CFLAGS = -I$(top_srcdir) $(OS_CFLAGS) -DUSE_GTK3
 
12
else
 
13
test_os_CFLAGS = -I$(top_srcdir) $(OS_CFLAGS)
 
14
endif
22
15
 
23
 
# FIXME(loicm): Figure out what tests must be compiled and add them here.
 
16
test_os_LDFLAGS = $(OS_LIBADD)