diff options
Diffstat (limited to 'example/Makefile.am')
| -rw-r--r-- | example/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 7d4be73..96f2faa 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -10,4 +10,8 @@ noinst_PROGRAMS += heartbeat heartbeat_SOURCES = heartbeat.cpp heartbeat_LDADD = $(SDEVENTPLUS_LIBS) +noinst_PROGRAMS += heartbeat_timer +heartbeat_timer_SOURCES = heartbeat_timer.cpp +heartbeat_timer_LDADD = $(SDEVENTPLUS_LIBS) + endif |

