diff options
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index eca7c0b14..9f55158f9 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ $(EPIPHANY_DEPENDENCY_CFLAGS) \ + $(WARN_CFLAGS) \ -DGTK_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ -DG_DISABLE_DEPRECATED @@ -7,19 +8,7 @@ INCLUDES = \ noinst_LTLIBRARIES = libegg.la EGGSOURCES = \ - egg-action.c \ - egg-action-group.c \ - egg-toggle-action.c \ - eggtreemodelfilter.c \ eggtreemultidnd.c \ - egg-radio-action.c \ - egg-menu-merge.c \ - eggradiotoolbutton.c \ - eggtoggletoolbutton.c \ - eggtoolitem.c \ - eggseparatortoolitem.c \ - eggtoolbar.c \ - eggtoolbutton.c \ egg-editable-toolbar.c \ egg-toolbars-model.c \ egg-toolbar-editor.c @@ -29,20 +18,7 @@ libegg_la_SOURCES = \ eggmarshalers.c EGGHEADERS = \ - eggtreemodelfilter.h \ eggtreemultidnd.h \ - egg-menu.h \ - egg-action.h \ - egg-action-group.h \ - egg-toggle-action.h \ - egg-radio-action.h \ - egg-menu-merge.h \ - eggradiotoolbutton.h \ - eggtoggletoolbutton.h \ - eggtoolitem.h \ - eggseparatortoolitem.h \ - eggtoolbar.h \ - eggtoolbutton.h \ egg-editable-toolbar.h \ egg-toolbars-model.h \ egg-toolbar-editor.h |