diff options
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) \ |