diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-09-05 07:23:03 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-09-05 07:23:03 +0800 |
commit | c445dfd01935d073d73cb6f1d758a7e08d7d25fe (patch) | |
tree | 016a17344c5b6dfea7e45941a00e47e972dd0da0 /lib/egg/Makefile.am | |
parent | 27896c9da1c67ad4da2112fcfd4fa9e5ecd028a0 (diff) | |
download | gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.gz gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.bz2 gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.lz gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.xz gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.zst gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.zip |
Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.
Bug #550883.
svn path=/trunk/; revision=8457
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 9a7275373..da1d3abe6 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) \ |