aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/Makefile.am
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2000-03-31 06:50:40 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-03-31 06:50:40 +0800
commit8078ec7c1f53897551f66503a602b15983ea47cb (patch)
tree3971a473428d5d33f285a7db2d157d0ac475ae00 /widgets/e-table/Makefile.am
parentad702dd6acf216bbf3ea54ed6a14eccce9b359ea (diff)
downloadgsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar
gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.gz
gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.bz2
gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.lz
gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.xz
gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.zst
gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.zip
Add so I can go to the chillout hack room
svn path=/trunk/; revision=2264
Diffstat (limited to 'widgets/e-table/Makefile.am')
-rw-r--r--widgets/e-table/Makefile.am19
1 files changed, 17 insertions, 2 deletions
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am
index 8780789977..74facae1e1 100644
--- a/widgets/e-table/Makefile.am
+++ b/widgets/e-table/Makefile.am
@@ -1,3 +1,13 @@
+
+gladedir = $(datadir)/evolution/glade
+glade_DATA = \
+ e-table-config.glade \
+ e-table-group.glade
+
+glade_headers = \
+ e-table-config.glade.h \
+ e-table-group.glade.h
+
INCLUDES = \
$(EXTRA_GNOME_CFLAGS) \
$(GNOME_INCLUDEDIR) \
@@ -89,9 +99,14 @@ table_example_2_LDADD = \
table_example_2_LDFLAGS = `gnome-config --libs gdk_pixbuf`
-EXTRA_DIST = \
- sample.table \
+icons = \
add-col.xpm \
check-empty.xpm \
check-filled.xpm \
remove-col.xpm
+
+EXTRA_DIST = \
+ sample.table \
+ $(icons) \
+ $(glade_DATA) \
+ $(glade_headers) \ No newline at end of file