aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ca13e5..7252ff8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,16 +22,17 @@ INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
bin_PROGRAMS = cflow
cflow_SOURCES = \
- main.c\
- rc.c\
- parser.c\
c.l\
- output.c\
- symbol.c\
cflow.h\
- parser.h\
gnu.c\
- posix.c
+ linked-list.c\
+ main.c\
+ output.c\
+ parser.c\
+ parser.h\
+ posix.c\
+ rc.c\
+ symbol.c
localedir = $(datadir)/locale

Return to:

Send suggestions and report system problems to the System administrator.