summaryrefslogtreecommitdiff
path: root/src/analysis/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-08-30 10:55:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-08-30 10:55:45 (GMT)
commitac447bc36e65b91f97434cf2613ccb1e768267e0 (patch)
tree471f3b49629269d7ea44a6ea8b9177fe7e437817 /src/analysis/Makefile.am
parent184249f07fb32fb2449723f5f94ce221015231b7 (diff)
Rendered using the GTK buffer (crappy version).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@107 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/Makefile.am')
-rwxr-xr-xsrc/analysis/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/analysis/Makefile.am b/src/analysis/Makefile.am
index 2a456ff..d7c694b 100755
--- a/src/analysis/Makefile.am
+++ b/src/analysis/Makefile.am
@@ -4,8 +4,10 @@ noinst_LTLIBRARIES = libanalysis.la
libanalysis_la_SOURCES = \
binary.h binary.c \
delayed.h delayed.c \
- line.h line.c \
+ exporter-int.h \
+ exporter.h exporter.c \
line-int.h \
+ line.h line.c \
line_code.h line_code.c \
line_comment.h line_comment.c \
line_prologue.h line_prologue.c \