]> Pileus Git - ~andy/gtk/blobdiff - gtk/Makefile.am
gail: Move from modules/other/gail to gtk/a11y
[~andy/gtk] / gtk / Makefile.am
index a9e623e752b9b0f66f815551ffe5cdf89555ec0c..e1eeca304d305f46fb2841daf6fb6318a964e6c9 100644 (file)
@@ -16,7 +16,7 @@ else
 GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
 endif
 
-SUBDIRS = . tests
+SUBDIRS = . a11y tests
 
 if HAVE_PAPI_CUPS
 GTK_PRINT_BACKENDS=file,papi,cups
@@ -256,6 +256,7 @@ gtk_public_h_sources =              \
        gtknumerableicon.h      \
        gtkoffscreenwindow.h    \
        gtkorientable.h         \
+       gtkoverlay.h            \
        gtkpagesetup.h          \
        gtkpaned.h              \
        gtkpapersize.h          \
@@ -375,7 +376,6 @@ endif
 
 # GTK+ header files that don't get installed
 gtk_private_h_sources =                \
-       gtk9slice.h             \
        gtkaccelgroupprivate.h  \
        gtkaccessibleprivate.h  \
        gtkanimationdescription.h \
@@ -383,12 +383,15 @@ gtk_private_h_sources =           \
        gtkappchoosermodule.h   \
        gtkappchooseronline.h   \
        gtkbindingsprivate.h    \
+       gtkborderimageprivate.h \
        gtkbuilderprivate.h     \
        gtkbuttonprivate.h      \
        gtkcellareaboxcontextprivate.h  \
+       gtkcontainerprivate.h   \
        gtkcssparserprivate.h   \
        gtkcssproviderprivate.h \
        gtkcssselectorprivate.h \
+       gtkcsstypesprivate.h    \
        gtkcustompaperunixdialog.h \
        gtkdndcursors.h         \
        gtkentryprivate.h       \
@@ -423,6 +426,7 @@ gtk_private_h_sources =             \
        gtkrecentchooserdefault.h \
        gtkrecentchooserprivate.h \
        gtkrecentchooserutils.h \
+       gtkroundedboxprivate.h  \
        gtkscaleprivate.h       \
        gtksearchengine.h       \
        gtksearchenginesimple.h \
@@ -443,6 +447,7 @@ gtk_private_h_sources =             \
        gtktexttagprivate.h     \
        gtktexttypes.h          \
        gtktextutil.h           \
+       gtkthemingengineprivate.h \
        gtktimeline.h           \
        gtktoolpaletteprivate.h \
        gtktreedatalist.h       \
@@ -455,7 +460,6 @@ gtk_private_h_sources =             \
 
 # GTK+ C sources to build the library from
 gtk_base_c_sources =           \
-       gtk9slice.c             \
        gtkquery.c              \
        gtksearchengine.c       \
        gtksearchenginesimple.c \
@@ -485,6 +489,7 @@ gtk_base_c_sources =                \
        gtkbin.c                \
        gtkbindings.c           \
        gtkborder.c             \
+       gtkborderimage.c        \
        gtkbox.c                \
        gtkbuildable.c          \
        gtkbuilder.c            \
@@ -518,6 +523,7 @@ gtk_base_c_sources =                \
        gtkcssparser.c          \
        gtkcssprovider.c        \
        gtkcssselector.c        \
+       gtkcsstypes.c           \
        gtkdialog.c             \
        gtkdrawingarea.c        \
        gtkeditable.c           \
@@ -587,6 +593,7 @@ gtk_base_c_sources =                \
        gtknumerableicon.c      \
        gtkoffscreenwindow.c    \
        gtkorientable.c         \
+       gtkoverlay.c            \
        gtkpagesetup.c          \
        gtkpaned.c              \
        gtkpango.c              \
@@ -614,6 +621,7 @@ gtk_base_c_sources =                \
        gtkrecentchooser.c      \
        gtkrecentfilter.c       \
        gtkrecentmanager.c      \
+       gtkroundedbox.c         \
        gtkscale.c              \
        gtkscalebutton.c        \
        gtkscrollable.c         \