diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:14:56 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:15 +0100 |
commit | 9b88eb356dde2578ff652511fcfc083b66be7b0b (patch) | |
tree | 1cb2fb0483a5a8df0027c6659bc0313fd7fea80a /gtk/Makefile.am | |
parent | 3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (diff) | |
download | gtk+-9b88eb356dde2578ff652511fcfc083b66be7b0b.tar.gz |
[GI] Add missing (scope) annotations
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 04bbadd51e..225341f6f8 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -965,6 +965,7 @@ if HAVE_INTROSPECTION introspection_files = \ $(filter-out %private.h gtktextlayout.h, $(gtkinclude_HEADERS)) \ $(gtk_base_c_sources) \ + gtkprintoperation-unix.c \ gtktypebuiltins.h \ gtktypebuiltins.c |