diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 15:57:31 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 15:57:31 +0800 |
commit | 9bd34cd86289069720397e884d7664772458c33a (patch) | |
tree | 24dd21d9e00a13bf8544f590d5fc1575eb308fce /widgets/Makefile.am | |
parent | df80388fd94f635a0fecb08314eafd5e25131800 (diff) | |
download | gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.gz gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.zst gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.zip |
Fix before trip
svn path=/trunk/; revision=1485
Diffstat (limited to 'widgets/Makefile.am')
-rw-r--r-- | widgets/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/Makefile.am b/widgets/Makefile.am index a82935a262..e59c03a18d 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -21,6 +21,8 @@ libevolutionwidgets_a_SOURCES = \ e-table.h \ e-table-col.c \ e-table-col.h \ + e-table-group.c \ + e-table-group.h \ e-table-header.c \ e-table-header.h \ e-table-header-item.c \ |