update build system to find automatically installed kcompat and urcu
[ust.git] / libmallocwrap / Makefile.am
index c9192b0fe1e5f769f63f7d989f1ee5e770713014..1f7dad3979e0ef03b1d8ea7d3c0bbc9d82953cfa 100644 (file)
@@ -1,8 +1,8 @@
+INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust
+
 lib_LTLIBRARIES = libmallocwrap.la
 libmallocwrap_la_SOURCES = mallocwrap.c
-noinst_SCRIPTS = run
+libmallocwrap_la_LIBADD = -ldl
 
-INCLUDES = -I$(top_builddir)/share
-INCLUDES += -I@URCU_PATH@
-INCLUDES += -I@KCOMPAT_PATH@
-INCLUDES += -I$(top_builddir)/libust
+noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.023243 seconds and 4 git commands to generate.