[libegg] Add wrapbox directory to SUBDIRS
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libegg] Add wrapbox directory to SUBDIRS
- Date: Mon, 4 Apr 2011 13:38:08 +0000 (UTC)
commit 787b3b5c9c9e1db6068b23777e01f5f690102aec
Author: David King <davidk openismus com>
Date: Mon Apr 4 14:49:44 2011 +0200
Add wrapbox directory to SUBDIRS
configure.ac | 1 +
libegg/Makefile.am | 3 +++
libegg/wrapbox/Makefile | 13 -------------
libegg/wrapbox/Makefile.am | 17 +++++++++++++++++
4 files changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 92b7410..7f18de8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,6 +138,7 @@ libegg/thumbnailpreview/Makefile
libegg/iconchooser/Makefile
libegg/smclient/Makefile
libegg/spreadtable/Makefile
+libegg/wrapbox/Makefile
libegg/fileformatchooser/Makefile
doc/Makefile
])
diff --git a/libegg/Makefile.am b/libegg/Makefile.am
index 97932e9..a0b9e1b 100644
--- a/libegg/Makefile.am
+++ b/libegg/Makefile.am
@@ -1,6 +1,8 @@
if HAVE_GTK30
spreadtable_SUBDIRS = \
spreadtable
+wrapbox_SUBDIRS = \
+ wrapbox
endif
if HAVE_GTK25
@@ -28,6 +30,7 @@ SUBDIRS = util column-chooser treeviewutils \
$(background_monitor_SUBDIRS) \
dock datetime $(thumbnail_SUBDIRS) \
smclient $(spreadtable_SUBDIRS) \
+ $(wrapbox_SUBDIRS) \
$(gtk210_SUBDIRS) \
$(gtk215_SUBDIRS)
diff --git a/libegg/wrapbox/Makefile.am b/libegg/wrapbox/Makefile.am
new file mode 100644
index 0000000..bd6d63b
--- /dev/null
+++ b/libegg/wrapbox/Makefile.am
@@ -0,0 +1,17 @@
+AM_CPPFLAGS = \
+ $(EGG_30_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
+
+noinst_LTLIBRARIES = libegg-wrapbox.la
+
+libegg_wrapbox_la_LIBADD = $(EGG_30_LIBS)
+
+libegg_wrapbox_la_SOURCES = \
+ eggwrapbox.h \
+ eggwrapbox.c
+
+noinst_PROGRAMS = testwrapbox
+
+testwrapbox_SOURCES = testwrapbox.c
+
+testwrapbox_LDADD = $(EGG_30_LIBS) \
+ libegg-wrapbox.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]