Link tests against libust-initializer.o as well
[ust.git] / tests / hello2 / Makefile.am
index 2a09dbe28ffde7965f209a956a32ccb0528fb79c..ded9d211f2c7db2d2b3e3c4569b0bec10be81e0a 100644 (file)
@@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
 
 noinst_PROGRAMS = hello2
 hello2_SOURCES = hello2.c
-hello2_LDADD = $(top_builddir)/libust/libust.la
+hello2_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
 
 noinst_SCRIPTS = run
 EXTRA_DIST = run
This page took 0.030628 seconds and 4 git commands to generate.