summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 \