aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-reflow
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-reflow')
-rw-r--r--widgets/e-reflow/.cvsignore12
-rw-r--r--widgets/e-reflow/Makefile.am14
2 files changed, 26 insertions, 0 deletions
diff --git a/widgets/e-reflow/.cvsignore b/widgets/e-reflow/.cvsignore
new file mode 100644
index 0000000000..472fd2593f
--- /dev/null
+++ b/widgets/e-reflow/.cvsignore
@@ -0,0 +1,12 @@
+.deps
+.libs
+.pure
+Makefile
+Makefile.in
+*.lo
+*.la
+minicard-label-test
+minicard-test
+minicard-view-test
+minicard-widget-test
+reflow-test
diff --git a/widgets/e-reflow/Makefile.am b/widgets/e-reflow/Makefile.am
new file mode 100644
index 0000000000..635ed578c7
--- /dev/null
+++ b/widgets/e-reflow/Makefile.am
@@ -0,0 +1,14 @@
+INCLUDES = \
+ -DG_LOG_DOMAIN=\"e-reflow\" \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/widgets/e-text/ \
+ $(BONOBO_GNOME_CFLAGS)
+
+noinst_LIBRARIES = \
+ libereflow.a
+
+libereflow_a_SOURCES = \
+ e-reflow-sorted.c \
+ e-reflow-sorted.h \
+ e-reflow.c \
+ e-reflow.h