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 328f2aea34..b515866175 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -98,6 +98,7 @@ libtool_opts = \ # by configure) gtk_public_h_sources = \ gtk.h \ + gtkaboutdialog.h \ gtkaccelgroup.h \ gtkaccellabel.h \ gtkaccelmap.h \ @@ -303,6 +304,7 @@ gtk_private_h_sources = \ # GTK+ C sources to build the library from gtk_c_sources = \ fnmatch.c \ + gtkaboutdialog.c \ gtkaccelgroup.c \ gtkaccellabel.c \ gtkaccelmap.c \ |