aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: d8ba9d4ff6b193aca54620b794f26b3c53e0a4ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
noinst_PROGRAMS = \
    testephysearchentry \
    testephylocationentry \
    testephyzoomcontrol

INCLUDES = \
    -I$(top_srcdir)/embed    \
    -I$(top_srcdir)/lib      \
    -I$(top_srcdir)/lib/widgets \
    -I$(top_srcdir)/src      \
    -I$(top_srcdir)/src/bookmarks

CFLAGS = \
    $(DEPENDENCIES_CFLAGS) \
    $(AM_CFLAGS)

LDADD = \
    $(top_builddir)/src/libephymain.la \
    $(top_builddir)/src/bookmarks/libephybookmarks.la \
    $(top_builddir)/embed/libephyembed.la \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(top_builddir)/lib/libephymisc.la \
    $(top_builddir)/lib/egg/libegg.la \
    $(DEPENDENCIES_LIBS) 

if ENABLE_NSS
CFLAGS += \
    $(NSS_CFLAGS)
LDADD += \
    $(NSS_LIBS)
endif

if ENABLE_NSS
CFLAGS += \
    $(SEED_CFLAGS)
LDADD += \
    $(SEED_LIBS)
endif

testephysearchentry_SOURCES = \
    testephysearchentry.c

testephylocationentry_SOURCES = \
    testephylocationentry.c

testephyzoomcontrol_SOURCES = \
    testephyzoomcontrol.c