bbc37cf8d1
Bakery is a C++ Framework for creating GNOME applications using gtkmm.
21 lines
787 B
Plaintext
21 lines
787 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2009/06/05 22:13:25 jasper Exp $
|
|
--- Makefile.in.orig Fri Jun 5 16:04:32 2009
|
|
+++ Makefile.in Fri Jun 5 16:04:42 2009
|
|
@@ -249,14 +249,14 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
|
|
#Build in these directories:
|
|
-SUBDIRS = $(GENERIC_LIBRARY_NAME) po docs examples
|
|
+SUBDIRS = $(GENERIC_LIBRARY_NAME) po docs
|
|
EXTRA_DIST = bakery-2.6.pc.in autogen.sh \
|
|
intltool-extract.in intltool-merge.in intltool-update.in
|
|
|
|
# (See http://cvs.gnome.org/lxr/source/intltool/README about these intltool files)
|
|
|
|
#Distribute these directories:
|
|
-DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) po docs examples
|
|
+DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) po docs
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = bakery-2.6.pc
|
|
all: config.h
|