From 8078ec7c1f53897551f66503a602b15983ea47cb Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 30 Mar 2000 22:50:40 +0000 Subject: Add so I can go to the chillout hack room svn path=/trunk/; revision=2264 --- widgets/e-table/Makefile.am | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'widgets/e-table/Makefile.am') 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 -- cgit