aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 20d6a6f20803d372acb4551f53f1323651f11ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_PROGRAMS = \
    testephysearchentry

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

INCLUDES = \
    -I$(top_builddir)/lib/widgets

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

LDADD = \
    $(DEPENDENCIES_LIBS)