diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-05-27 17:23:54 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-05-27 17:23:54 +0100 |
commit | d22c658670fe7cf80d5b900bf7c5063f01479337 (patch) | |
tree | 615bd06ae7c0e0078f1cf9ef87e58fcaf06a6eb4 | |
parent | 07e32626b3c8dfaf8dd896f1bc10ab12fd8bc652 (diff) |
Install _gen/error-str.htelepathy-glib-0.7.31
Otherwise, errors.h doesn't work.
-rw-r--r-- | telepathy-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 1c9461b10..24013ca6b 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -159,7 +159,6 @@ tpginclude_HEADERS = \ nodist_libtelepathy_glib_internal_la_SOURCES = \ _gen/error-str.c \ - _gen/error-str.h \ _gen/signals-marshal.c \ _gen/signals-marshal.h \ _gen/signals-marshal.list \ @@ -182,6 +181,7 @@ nodist_libtelepathy_glib_internal_la_SOURCES = \ _gen/tp-svc-media-stream-handler.c nodist_geninclude_HEADERS = \ + _gen/error-str.h \ _gen/telepathy-enums.h \ _gen/telepathy-interfaces.h \ _gen/gtypes.h \ |