diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b7773a3..88141fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,13 +17,15 @@ src_colloquium_SOURCES = src/colloquium.c src/render.c \ src/imagestore.c src/pr_clock.c \ src/inhibit_screensaver.c \ src/sc_editor.c src/narrative_window.c \ - src/slide_window.c src/testcard.c src/print.c + src/slide_window.c src/testcard.c src/print.c \ + src/debugger.c EXTRA_DIST += src/presentation.h src/render.h \ src/slideshow.h src/sc_parse.h src/sc_interp.h \ src/imagestore.h src/pr_clock.h \ src/inhibit_screensaver.h src/print.h \ - src/sc_editor.h src/slide_window.h src/narrative_window.h + src/sc_editor.h src/slide_window.h src/narrative_window.h \ + src/print.h src/debugger.h src/default_stylesheet.o: src/default_stylesheet.sty ld -r -b binary -o src/default_stylesheet.o src/default_stylesheet.sty |