summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-12 15:26:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-12 15:26:23 (GMT)
commitc9465acd65e197e48da8648eb8d1ef602d6772ed (patch)
treefbb5ceaaa683bd1beb0b66d5e5d212b927a9f6b0 /src/Makefile.am
parent5f2cd35c377989e07b241870f89fdf87d851465d (diff)
Read and saved projects from and into XML files.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@91 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 347980b..fd11575 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,9 +62,12 @@ liboidaplugin_la_LIBADD = \
############################################################
openida_SOURCES = \
+ configuration.h configuration.c \
dlg_sections.h dlg_sections.c \
- editor.c \
+ editor.h editor.c \
+ main.c \
pan_strings.h pan_strings.c \
+ params.h params.c \
project.h project.c \
shell.h shell.c \
xdg.h xdg.c \