~hermanradtke/gearmand/trunk

« back to all changes in this revision

Viewing changes to gearmand/include.am

  • Committer: Brian Aker
  • Date: 2011-11-23 23:28:30 UTC
  • Revision ID: brian@tangent.org-20111123232830-vh2wvx9pai2ewied
Build a hostile binary of gearmand

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                           util/daemon.cc \
28
28
                           util/pidfile.cc
29
29
 
 
30
if TARGET_LINUX
 
31
gearmand_hostile_gearmand_LDADD= $(gearmand_gearmand_LDADD)
 
32
gearmand_hostile_gearmand_LDFLAGS= $(gearmand_gearmand_LDFLAGS)
 
33
gearmand_hostile_gearmand_CXXFLAGS= $(gearmand_gearmand_CXXFLAGS)
 
34
gearmand_hostile_gearmand_SOURCES= $(gearmand_gearmand_SOURCES)
 
35
 
 
36
gearmand_hostile_gearmand_LDADD+= libhostile/libhostile.la
 
37
gearmand_hostile_gearmand_LDADD+= -ldl
 
38
gearmand_hostile_gearmand_DEPENDENCIES= libhostile/libhostile.la
 
39
 
 
40
noinst_PROGRAMS+=gearmand/hostile_gearmand
 
41
endif
 
42
 
30
43
gearmand-valgrind: gearmand/gearmand
31
44
        $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes  gearmand/gearmand
32
45