diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 21:47:20 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 21:47:20 -0500 |
commit | eb203b01c9ee729e603289a63f881d9866f61ea6 (patch) | |
tree | f4210538531950ead86a55b24a0417a125897ebd /Makefile.am | |
parent | c47f33a498f9c824a48c23987b312b3176602f7f (diff) |
Final step of revamping the build system
The structure of the source tree is basically correct and this is
about as far as we can go without hacking at the C code.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 08ac8bb57a..7c364f0f5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,2 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -#SUBDIRS = docs keymaps keymaps-force-release man rules src test - -SUBDIRS = keymaps keymaps-force-release - -if ENABLE_GTK_DOC -SUBDIRS += \ - docs/libudev -endif - +SUBDIRS = src docs keymaps keymaps-force-release man rules test |