Renamed directory src to wmud

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-03-27 17:14:55 +02:00
parent 188ce00473
commit ae8ab4542e
23 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SUBDIRS = src docs/reference/wmud
SUBDIRS = wmud docs/reference/wmud
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

View File

@ -22,7 +22,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c and .h files beneath these paths
# for inline comments documenting functions and macros.
# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
DOC_SOURCE_DIR=$(top_srcdir)/src
DOC_SOURCE_DIR=$(top_srcdir)/wmud
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=

View File

View File

View File