[vinagre] Convert vinagre/view subdir to non-recursive build
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Convert vinagre/view subdir to non-recursive build
- Date: Wed, 9 Mar 2011 22:11:36 +0000 (UTC)
commit 4cb0d030ace227388b7c98e36a6a6e1c340463ce
Author: David King <amigadave amigadave com>
Date: Wed Mar 9 18:18:11 2011 +0100
Convert vinagre/view subdir to non-recursive build
Makefile.am | 13 +++++++++----
configure.ac | 1 -
vinagre/view/Makefile.am | 19 -------------------
3 files changed, 9 insertions(+), 24 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6dacecd..2462ee3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,12 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = vinagre/view help po plugins
+SUBDIRS = help po plugins
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --without-panelapplet
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_builddir)/vinagre \
+ -I$(top_srcdir)/vinagre/view \
-DBINDIR=\"$(bindir)\" \
-DDATADIR=\"$(datadir)\" \
-DPREFIX=\""$(prefix)"\" \
@@ -33,6 +34,9 @@ vinagre_vinagre_LDADD = \
vinagrehdir = $(includedir)/vinagre- VINAGRE_API_VERSION@/vinagre
noinst_vinagreh_headers = \
+ vinagre/view/autoDrawer.h \
+ vinagre/view/drawer.h \
+ vinagre/view/ovBox.h \
vinagre/vinagre-enums.h \
vinagre/vinagre-marshal.h \
vinagre/vinagre-plugin-dialog.h \
@@ -73,6 +77,9 @@ INTROSPECTION_GIR_INCLUDES = \
noinst_LTLIBRARIES = libvinagre.la
handwritten_sources = \
+ vinagre/view/autoDrawer.c \
+ vinagre/view/drawer.c \
+ vinagre/view/ovBox.c \
vinagre/vinagre-bookmarks.c \
vinagre/vinagre-bookmarks-entry.c \
vinagre/vinagre-bookmarks-migration.c \
@@ -111,9 +118,7 @@ endif
libvinagre_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
-libvinagre_la_LIBADD = \
- vinagre/view/libview.la \
- $(VINAGRE_LIBS)
+libvinagre_la_LIBADD = $(VINAGRE_LIBS)
if VINAGRE_HAVE_PANELAPPLET
diff --git a/configure.ac b/configure.ac
index 9aeb47c..cf46345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -287,6 +287,5 @@ plugins/rdp/Makefile
plugins/spice/Makefile
plugins/reverse-vnc/Makefile
plugins/im-status/Makefile
-vinagre/view/Makefile
])
AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]