Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / libmallocwrap / Makefile.am
index c9192b0fe1e5f769f63f7d989f1ee5e770713014..23b7004e6219e5acb772b59bb31f787fba4fb45c 100644 (file)
@@ -1,8 +1,8 @@
+AM_CPPFLAGS = -I$(top_builddir)/include
+
 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.022204 seconds and 4 git commands to generate.