2009-01-18 13:27:56 +00:00
|
|
|
diff -urN libsigc++-2.2.3/Makefile.am libsigc++-2.2.3.new/Makefile.am
|
2009-11-23 00:11:45 +00:00
|
|
|
--- a/Makefile.am 2009-08-20 14:32:40.000000000 +0400
|
|
|
|
+++ b/Makefile.am 2009-11-13 10:26:01.000000000 +0300
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
else
|
|
|
|
doc_subdirs =
|
|
|
|
endif
|
|
|
|
-SUBDIRS = sigc++ tests examples $(doc_subdirs)
|
|
|
|
+SUBDIRS = sigc++
|
2007-08-29 10:44:06 +00:00
|
|
|
|
2009-11-23 00:11:45 +00:00
|
|
|
sigc_configdir = $(libdir)/$(SIGCXX_MODULE_NAME)/include
|
|
|
|
nodist_sigc_config_HEADERS = sigc++config.h
|
2009-01-18 13:27:56 +00:00
|
|
|
diff -urN libsigc++-2.2.3/Makefile.in libsigc++-2.2.3.new/Makefile.in
|
2009-11-23 00:11:45 +00:00
|
|
|
--- a/Makefile.in 2009-09-02 19:55:19.000000000 +0400
|
|
|
|
+++ b/Makefile.in 2009-11-13 10:29:43.000000000 +0300
|
|
|
|
@@ -89,7 +89,7 @@
|
|
|
|
distclean-recursive maintainer-clean-recursive
|
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
|
|
|
-DIST_SUBDIRS = sigc++ tests examples docs
|
|
|
|
+DIST_SUBDIRS = sigc++
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
top_distdir = $(distdir)
|