diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-03 06:23:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-03 06:23:16 +0800 |
commit | 0ac06ee5b0cf27803e037b8bb5f3998898200bd1 (patch) | |
tree | cca801bbaf99e4790e79b4bdcdbcb6b7ba580b74 /shell/Makefile.am | |
parent | af8abf4f2dc7055756265744319dd7354f0310ce (diff) | |
download | gsoc2013-evolution-0ac06ee5b0cf27803e037b8bb5f3998898200bd1.tar.gz gsoc2013-evolution-0ac06ee5b0cf27803e037b8bb5f3998898200bd1.tar.zst gsoc2013-evolution-0ac06ee5b0cf27803e037b8bb5f3998898200bd1.zip |
new file.
2001-05-02 Chris Toshok <toshok@ximian.com>
* evolution-shell-component-dnd.c: new file.
* evolution-shell-component-dnd.h: new file.
* Makefile.am (libeshell_a_SOURCES): add
evolution-shell-component-dnd.[ch].
svn path=/trunk/; revision=9652
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index d8256b5e10..c5c55b6d62 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -63,6 +63,8 @@ libeshell_a_SOURCES = \ evolution-shell-component-client.h \ evolution-shell-component.c \ evolution-shell-component.h \ + evolution-shell-component-dnd.c \ + evolution-shell-component-dnd.h \ evolution-shell-view.c \ evolution-shell-view.h \ evolution-storage-listener.c \ |