diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-09-13 22:24:22 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-09-13 22:24:22 +0200 |
commit | 7f82ae3627592facfcdb84b187e03cafa654ac13 (patch) | |
tree | e22487ff049ba188a59497cf77b957022cf19517 /Makefile.am | |
parent | ebdaf52f216ea63172a23716943d3a32dace5ea5 (diff) |
Add notes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a627142..a956a3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,13 +14,13 @@ src_colloquium_SOURCES = src/colloquium.c src/render.c \ src/mainwindow.c src/presentation.c \ src/stylesheet.c src/loadsave.c src/frame.c \ src/slideshow.c src/wrap.c src/storycode.c \ - src/imagestore.c + src/imagestore.c src/notes.c INCLUDES = -Iharfatum/src EXTRA_DIST += src/presentation.h src/render.h src/wrap.h \ src/stylesheet.h src/loadsave.h src/slideshow.h src/storycode.h \ - src/imagestore.h + src/imagestore.h src/notes.h src/default_stylesheet.o: src/default_stylesheet.sty ld -r -b binary -o src/default_stylesheet.o src/default_stylesheet.sty |