diff options
author | Javier <jjardon@gnome.org> | 2013-01-08 18:12:44 +0000 |
---|---|---|
committer | Javier <jjardon@gnome.org> | 2013-01-08 18:12:44 +0000 |
commit | 883072f9933576d87cac92ca5a9e90091c0ca592 (patch) | |
tree | 0ef2b897ad9cbdd1c39f081a4d0b3332b51d37d8 | |
parent | 74dee341efc76529233b4208f4bb9425ea153b9a (diff) | |
download | atk-883072f9933576d87cac92ca5a9e90091c0ca592.tar.gz |
Revert "Revert "Fix out of tree builds""
Sorry, not my day
This reverts commit f0720ee41890f2f516233393a6a670b4670df9d0.
-rw-r--r-- | atk/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am index 573f21f..4c79fe4 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -57,7 +57,7 @@ atk_sources = \ atktext.c \ atkutil.c \ atkmisc.c \ - atkvalue.c \ + atkvalue.c \ atkversion.c \ atkwindow.c @@ -68,7 +68,6 @@ libatk_1_0_la_SOURCES = \ libatkincludedir=$(includedir)/atk-1.0/atk atk_headers = \ - atk.h \ atkaction.h \ atkcomponent.h \ atkdocument.h \ @@ -100,8 +99,9 @@ atk_headers = \ atkwindow.h libatkinclude_HEADERS = \ + atk.h \ $(atk_headers) \ - atkversion.h \ + $(top_builddir)/atk/atkversion.h \ atk-enum-types.h @@ -158,6 +158,7 @@ introspection_sources = \ $(atk_headers) \ $(atk_sources) introspection_generated_sources = \ + $(top_builddir)/atk/atkversion.h \ atk-enum-types.c \ atk-enum-types.h |