Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/reference/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
SUBDIRS = . libinfinity libinftext libinfgtk libinftextgtk libinfinoted-plugin-manager
SUBDIRS = . libinfinity libinftext

if WITH_INFGTK
SUBDIRS += libinfgtk
endif

if WITH_INFTEXTGTK
SUBDIRS += libinftextgtk
endif

if WITH_INFINOTED
SUBDIRS += libinfinoted-plugin-manager
endif

# Note that nodist doesn't work here actually because gtk-doc pulls them
# in anyway (see content_files in a subdirectory's Makefile.am)
Expand Down