diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-23 15:58:37 +1000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-23 16:03:58 -0500 |
commit | 015c42e1b1c758669d8adacf4bd174ce934a43f5 (patch) | |
tree | 7dd84120a5608aeb4f239436920401c760e38227 /Makefile.am | |
parent | 50e87a006f50b47ef469255495fe3e4ef0c8a593 (diff) |
protocol: add xslt stylesheet to prettify the protocol
Includes rudimentary styling only.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4461e48..016bb76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src +SUBDIRS = src protocol ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |