Installs header files.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Sat, 12 Mar 2011 00:20:22 +0000 (19:20 -0500)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Sat, 12 Mar 2011 00:20:22 +0000 (19:20 -0500)
Also ensures that all header files get transferred over to the tarball
when using make dist.

src/Makefile.am

index b41f072c552a887e05bf2528fa9c44cf4932a9fd..9326eab1060713389a747d9370c8799f20d6a0fe 100644 (file)
@@ -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