diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-09-05 07:21:05 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-09-05 07:21:05 +0800 |
commit | 2f96eba6bc83ce7840313f66eaf3e7da5e19a87d (patch) | |
tree | bf1c2bd31b60e7928742581ea58494340dfa91cb /lib/egg/Makefile.am | |
parent | 92cd59a3140708e217a85d37090de3eb7f3c9d63 (diff) | |
download | gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.tar gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.tar.gz gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.tar.bz2 gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.tar.lz gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.tar.xz gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.tar.zst gsoc2013-epiphany-2f96eba6bc83ce7840313f66eaf3e7da5e19a87d.zip |
Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.
Bug #550883.
svn path=/branches/gnome-2-24/; revision=8456
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index 206aa0184..ba0586033 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -2,15 +2,13 @@ EGGSOURCES = \ eggtreemultidnd.c \ egg-editable-toolbar.c \ egg-toolbars-model.c \ - egg-toolbar-editor.c \ - eel-app-launch-context.c + egg-toolbar-editor.c EGGHEADERS = \ eggtreemultidnd.h \ egg-editable-toolbar.h \ egg-toolbars-model.h \ - egg-toolbar-editor.h \ - eel-app-launch-context.h + egg-toolbar-editor.h noinst_HEADERS = \ $(EGGHEADERS) \ |