~ken-vandine/libiphb/initial_package

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Matti Kosola
  • Date: 2013-06-06 07:03:44 UTC
  • mfrom: (29.1.2)
  • Revision ID: git-v1:588da8eb98c8525485762c991466d2cdc1e7e929
Merge pull request #3 from spiiroin/hbtest3

Add new utility for testing iphb timers

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#
16
16
# Build targets
17
17
#
18
 
testbin_PROGRAMS = hbtest hbtest2
 
18
testbin_PROGRAMS = hbtest hbtest2 hbtest3
19
19
 
20
20
hbtest_SOURCES = hbtest.c
21
21
hbtest_LDADD = ../src/libiphb.la
22
22
 
23
23
hbtest2_SOURCES = hbtest2.c
24
24
hbtest2_LDADD = ../src/libiphb.la
 
25
 
 
26
hbtest3_SOURCES = hbtest3.c
 
27
hbtest3_CFLAGS  = $(AM_CFLAGS) $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(MCE_CFLAGS)
 
28
hbtest3_LDADD   = ../src/libiphb.la $(DBUSGLIB_LIBS)