From: Justin Seyster Date: Sat, 12 Mar 2011 00:20:22 +0000 (-0500) Subject: Installs header files. X-Git-Tag: release-v1.1~9^2~11^2 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=6f9ebf258c2eff37ab4dfe1e0d91775c4bc260f9;p=interaspect.git Installs header files. Also ensures that all header files get transferred over to the tarball when using make dist. --- diff --git a/src/Makefile.am b/src/Makefile.am index b41f072..9326eab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,14 @@ lib_LTLIBRARIES = libinteraspect.la libtracecut.la libinteraspect_la_SOURCES = aop-pc-assign.c aop-main.c aop-type.c aop-weave.c \ aop-pc-entry.c aop-pc-exit.c aop-pc-fun-call.c aop-header.c \ - aop-pointcut.c aop-duplicate.c tracecut.c + aop-pointcut.c aop-duplicate.c tracecut.c aop-callback.h \ + aop-duplicate.h aop-dynval.h aop.h aop-header.h aop-pointcut.h \ + aop-type.h aop-weave.h tracecut.h libinteraspect_la_CFLAGS = -Wall -Werror -fvisibility=hidden -prefer-pic libinteraspect_la_LDFLAGS = -static -prefer-pic -version-info 1:0:0 libinteraspect_la_CPPFLAGS = -DHAVE_CONFIG_H -DIN_GCC -I$(gcc_includes) -libtracecut_la_SOURCES = tracecut-advice.c nfa.c +libtracecut_la_SOURCES = tracecut-advice.c nfa.c nfa.h libtracecut_la_CFLAGS = -Wall -Werror -fvisibility=hidden + +include_HEADERS = aop.h tracecut.h