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 93abfd0d3..b903ca315 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -36,7 +36,8 @@ noinst_HEADERS = \ eggtoolitem.h \ eggseparatortoolitem.h \ eggtoolbar.h \ - eggtoolbutton.h + eggtoolbutton.h \ + eggmarshalers.h eggmarshalers.h: cd $(srcdir) \ @@ -52,8 +53,5 @@ eggmarshalers.c: egg-marshal.c: eggmarshalers.h eggmarshalers.c -noinst_HEADERS = \ - eggmarshalers.h - EXTRA_DIST= \ eggmarshalers.list |