You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
603 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -22,7 +22,7 @@ doc_subdirs = docs
  4. else
  5. doc_subdirs =
  6. endif
  7. -SUBDIRS = sigc++ tests examples $(doc_subdirs)
  8. +SUBDIRS = sigc++
  9. sigc_configdir = $(libdir)/$(SIGCXX_MODULE_NAME)/include
  10. nodist_sigc_config_HEADERS = sigc++config.h
  11. --- a/Makefile.in
  12. +++ b/Makefile.in
  13. @@ -204,7 +204,7 @@ am__define_uniq_tagged_files = \
  14. ETAGS = etags
  15. CTAGS = ctags
  16. CSCOPE = cscope
  17. -DIST_SUBDIRS = sigc++ tests examples docs
  18. +DIST_SUBDIRS = sigc++
  19. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  20. distdir = $(PACKAGE)-$(VERSION)
  21. top_distdir = $(distdir)