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


                                
         
                             


                               
                             

                                                       

                             
                           
                           

                                                       
 







                                                       
noinst_PROGRAMS = \
    testephysearchentry \
    testephylocationentry \
    testephyiconentry

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

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

LDADD = \
    $(DEPENDENCIES_LIBS) 

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

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

testephylocationentry_SOURCES = \
    testephylocationentry.c
testephylocationentry_LDADD = \
    $(top_builddir)/embed/libephyembed.la \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(top_builddir)/lib/egg/libegg.la \
    $(top_builddir)/lib/libephymisc.la \
    $(DEPENDENCIES_LIBS)