diff options
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index ba0586033..206aa0184 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -2,13 +2,15 @@ EGGSOURCES = \ eggtreemultidnd.c \ egg-editable-toolbar.c \ egg-toolbars-model.c \ - egg-toolbar-editor.c + egg-toolbar-editor.c \ + eel-app-launch-context.c EGGHEADERS = \ eggtreemultidnd.h \ egg-editable-toolbar.h \ egg-toolbars-model.h \ - egg-toolbar-editor.h + egg-toolbar-editor.h \ + eel-app-launch-context.h noinst_HEADERS = \ $(EGGHEADERS) \ |