diff options
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 4f4cda03bf..41c61b86d1 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -265,6 +265,7 @@ gtk_public_h_sources = \ gtkinvisible.h \ gtklabel.h \ gtklayout.h \ + gtklevelbar.h \ gtklinkbutton.h \ gtkliststore.h \ gtklockbutton.h \ @@ -729,6 +730,7 @@ gtk_base_c_sources = \ gtkkeyhash.c \ gtklabel.c \ gtklayout.c \ + gtklevelbar.c \ gtklinkbutton.c \ gtkliststore.c \ gtklockbutton.c \ |