[monet] Move style/stylable into its own directory



commit 66ec87fe64bf2f65243045fdc433c9c3a26cc023
Author: Thomas Wood <thos gnome org>
Date:   Sun Nov 1 23:13:08 2009 +0000

    Move style/stylable into its own directory
    
    Archive the style/stylable work to concentrate on the theme drawing API.

 configure.ac                      |    2 +-
 monet/Makefile.am                 |    6 ------
 monet/monet.h                     |    3 ---
 {monet => stylable}/mn-item.c     |    0
 {monet => stylable}/mn-item.h     |    0
 {monet => stylable}/mn-stylable.c |    0
 {monet => stylable}/mn-stylable.h |    0
 {monet => stylable}/mn-style.c    |    0
 {monet => stylable}/mn-style.h    |    0
 tests/Makefile.am                 |    3 ---
 10 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 02d9cd5..00e2196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_HEADER_STDC
 AM_PROG_LIBTOOL
 AM_PATH_GLIB_2_0
 
-PKG_CHECK_MODULES(MONET, [cairo glib-2.0 gobject-2.0 libccss-1 = 0.3.1])
+PKG_CHECK_MODULES(MONET, [cairo glib-2.0 gobject-2.0])
 AC_SUBST(MONET_LIBS)
 AC_SUBST(MONET_CFLAGS)
 
diff --git a/monet/Makefile.am b/monet/Makefile.am
index 3ba69b6..34dbe22 100644
--- a/monet/Makefile.am
+++ b/monet/Makefile.am
@@ -13,10 +13,7 @@ STAMP_FILES = \
 
 source_h = \
 	mn-color.h \
-	mn-item.h \
 	mn-parts.h \
-	mn-stylable.h \
-	mn-style.h \
 	mn-types.h \
 	monet.h
 
@@ -72,9 +69,6 @@ libmonet_la_SOURCES = \
 	$(source_h)	 \
 	$(source_h_priv) \
 	mn-color.c	 \
-	mn-item.c	 \
-	mn-stylable.c	 \
-	mn-style.c	 \
 	monet.c
 
 libmonet_la_LIBADD = $(MONET_LIBS)
diff --git a/monet/monet.h b/monet/monet.h
index 6561c17..e1245c1 100644
--- a/monet/monet.h
+++ b/monet/monet.h
@@ -26,11 +26,8 @@
 
 #include <monet/mn-color.h>
 #include <monet/mn-enum-types.h>
-#include <monet/mn-item.h>
 #include <monet/mn-marshal.h>
 #include <monet/mn-parts.h>
-#include <monet/mn-stylable.h>
-#include <monet/mn-style.h>
 #include <monet/mn-types.h>
 
 #undef MONET_H_INSIDE
diff --git a/monet/mn-item.c b/stylable/mn-item.c
similarity index 100%
rename from monet/mn-item.c
rename to stylable/mn-item.c
diff --git a/monet/mn-item.h b/stylable/mn-item.h
similarity index 100%
rename from monet/mn-item.h
rename to stylable/mn-item.h
diff --git a/monet/mn-stylable.c b/stylable/mn-stylable.c
similarity index 100%
rename from monet/mn-stylable.c
rename to stylable/mn-stylable.c
diff --git a/monet/mn-stylable.h b/stylable/mn-stylable.h
similarity index 100%
rename from monet/mn-stylable.h
rename to stylable/mn-stylable.h
diff --git a/monet/mn-style.c b/stylable/mn-style.c
similarity index 100%
rename from monet/mn-style.c
rename to stylable/mn-style.c
diff --git a/monet/mn-style.h b/stylable/mn-style.h
similarity index 100%
rename from monet/mn-style.h
rename to stylable/mn-style.h
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 64a0890..03875d4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,8 +2,5 @@ AM_CFLAGS = $(MONET_CFLAGS)
 INCLUDES = -I$(top_srcdir)
 LDADD = $(MONET_LIBS) $(top_builddir)/monet/libmonet.la
 
-noinst_PROGRAMS = test-stylable
-
-test_stylable_SOURCES = test-stylable.c
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]