aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: b8e33533e1c12c593e7627af6e1159c8bf124e25 (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
NULL =

noinst_PROGRAMS = \
    testephysearchentry \
    testephyiconentry \
    $(NULL)

testephysearchentry_SOURCES = \
    testephysearchentry.c \
    $(NULL)

testephysearchentry_CPPFLAGS = \
    -I$(top_srcdir)/lib/widgets \
    -I$(top_builddir)/lib/widgets \
    $(AM_CPPFLAGS)

testephysearchentry_CFLAGS = \
    $(DEPENDENCIES_CFLAGS) \
    $(AM_CFLAGS)

testephysearchentry_LDADD = \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(DEPENDENCIES_LIBS)

testephyiconentry_SOURCES = \
    testephyiconentry.c \
    $(NULL)

testephyiconentry_CPPFLAGS = \
    -I$(top_srcdir)/lib/widgets \
    -I$(top_builddir)/lib/widgets \
    $(AM_CPPFLAGS)

testephyiconentry_CFLAGS = \
    $(DEPENDENCIES_CFLAGS) \
    $(AM_CFLAGS)

testephyiconentry_LDADD = \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(DEPENDENCIES_LIBS)