summaryrefslogtreecommitdiff
path: root/libs/sigc++2/Makefile.am
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-05-22 22:42:27 +0000
committerDoug McLain <doug@nostar.net>2008-05-22 22:42:27 +0000
commitc271a302734e8a171288d00515c4b1bb30e7e857 (patch)
tree192679d8256c888fac85064c6c0b4d9c61484866 /libs/sigc++2/Makefile.am
parent5439c0c46c6c0c748366d17cbe4255ef446e9c26 (diff)
Remove sigc 2.0.18
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3399 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/sigc++2/Makefile.am')
-rw-r--r--libs/sigc++2/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/libs/sigc++2/Makefile.am b/libs/sigc++2/Makefile.am
deleted file mode 100644
index 03d67389c6..0000000000
--- a/libs/sigc++2/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-
-# it includes all the autostuff automatically, you just name the
-# other stuff here
-EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
-# ACLOCAL_FLAGS = -I scripts
-
-SUBDIRS = sigc++
-DIST_SUBDIRS = $(SUBDIRS)
-
-sigc_configdir = $(libdir)/sigc++-2.0/include
-sigc_config_DATA = sigc++config.h
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = sigc++-2.0.pc
-
-all-local:
- @echo "*** Everything completed ***"
-
-dist-hook:
- @echo; echo; \
- echo "**********************************************************"; \
- echo "* IMPORTANT NOTICE: *"; \
- echo "* *"; \
- echo "* Be sure you have done a complete build before running *"; \
- echo "* 'make dist' or 'make distcheck', because otherwise *"; \
- echo "* the tarball will _not_ contain the dependency rules *"; \
- echo "* generated by the compiler. *"; \
- echo "**********************************************************"; \
- echo; echo \
- cp libsigc++-2.0.spec $(distdir)