add missing licence headers
[ust.git] / libmallocwrap / Makefile.am
index 3d49dcb988c389f2e25df68d6dbc3a2095d82b56..a98fe351ff7856f5deddd9592b1015cf0d02d11a 100644 (file)
@@ -1,7 +1,8 @@
-INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
-       $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libmallocwrap.la
 libmallocwrap_la_SOURCES = mallocwrap.c
 libmallocwrap_la_LIBADD = -ldl
+
 noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.035423 seconds and 4 git commands to generate.