runtests run the real test-libmallocwrap/.libs/prog
[ust.git] / tests / basic / Makefile.am
index bfb77fcdf781908f36a741ae2b68e6b7dce5ec4c..0fa45ea367844fce2c6328581e34ff3878e77064 100644 (file)
@@ -1,8 +1,8 @@
-INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
 
 noinst_PROGRAMS = basic
 basic_SOURCES = basic.c
-basic_LDADD = $(top_builddir)/libust/libust.la
+basic_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
 
 noinst_SCRIPTS = run
 EXTRA_DIST = run
This page took 0.025014 seconds and 4 git commands to generate.