diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-01 06:06:02 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-01 06:06:02 +0800 |
commit | df75a67ff6f93f829602339c264a987964c497f2 (patch) | |
tree | 2ffa7cca4b59732d5d16113cc0c1f51b2dcec02b /widgets/e-table/Makefile.am | |
parent | 50c50fee4349fbc6be2c4ae702f2f4bcd4714745 (diff) | |
download | gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.gz gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.bz2 gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.lz gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.xz gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.zst gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.zip |
More love
svn path=/trunk/; revision=2271
Diffstat (limited to 'widgets/e-table/Makefile.am')
-rw-r--r-- | widgets/e-table/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 74facae1e1..99e4bf154d 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -11,6 +11,7 @@ glade_headers = \ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ + -DETABLE_GLADEDIR=\""$(gladedir)"\" \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) @@ -31,6 +32,8 @@ libetable_a_SOURCES = \ e-table.h \ e-table-col.c \ e-table-col.h \ + e-table-config.c \ + e-table-config.h \ e-table-group.c \ e-table-group.h \ e-table-group-container.c \ |