aboutsummaryrefslogblamecommitdiffstats
path: root/tests/Makefile.am
blob: b8e33533e1c12c593e7627af6e1159c8bf124e25 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

      
                   
                             





                               
 



                                       
 
                              


                                

                                                   
                        

                             











                                       

                                                   
                        
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)