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.
gentoo-overlay/sci-libs/clipper/files/20100511-makefile.patch

24 lines
676 B

Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 745824d..0da0ddd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,12 @@
# -*- mode: Makefile; mode: font-lock -*-
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = config clipper examples dox
-DIST_SUBDIRS = config clipper examples dox
+SUBDIRS = config clipper dox
+DIST_SUBDIRS = config clipper dox
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README
bin_SCRIPTS = clipper-config
# pkgconfigdir = $(libdir)/pkgconfig
# pkgconfig_DATA = clipper.pc
if DEBUG
-AM_CXXFLAGS = -g -DDEBUG
+AM_CXXFLAGS = -DDEBUG
endif
ACLOCAL_AMFLAGS = -I config