diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 603ba36..b1e31cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,10 +3,15 @@ bin_PROGRAMS=openida openida_SOURCES = \ binary.h binary.c \ + dlg_sections.h dlg_sections.c \ + easygtk.h easygtk.c \ editor.c \ gtksnippet.h gtksnippet.c \ gtkcodeview.h gtkcodeview.c \ - pan_symbols.h pan_symbols.c + pan_symbols.h pan_symbols.c \ + project.h project.c \ + xdg.h xdg.c \ + xml.h xml.c INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) `pkg-config --cflags gthread-2.0` |