diff options
Diffstat (limited to 'atk/Makefile.am')
-rw-r--r-- | atk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am index 648f3e6..43dbed5 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -44,6 +44,7 @@ libatk_1_0_la_SOURCES = \ atktable.c \ atktext.c \ atkutil.c \ + atkmisc.c \ atkvalue.c \ atk-enum-types.c @@ -75,6 +76,7 @@ atk_headers = \ atktable.h \ atktext.h \ atkutil.h \ + atkmisc.h \ atkvalue.h libatkinclude_HEADERS = \ |