Update version to 0.16
[ust.git] / tests / hello2 / Makefile.am
index e06d50592c8539b7ec4c29298ca1d22063906e13..ded9d211f2c7db2d2b3e3c4569b0bec10be81e0a 100644 (file)
@@ -1,8 +1,8 @@
-AM_CPPFLAGS = -I$(top_builddir)/include
+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.022215 seconds and 4 git commands to generate.