diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-10 16:32:28 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-10 16:32:28 +0800 |
commit | 585b25ad427f22c33b8e7344acc051a1c07e1fb9 (patch) | |
tree | b5be9f7f4b053f6f663b9f1b84cc6cd832ccd8ec /libempathy/Makefile.am | |
parent | f6805650748b2851dcd22fa04901b91dd3ab0abd (diff) | |
parent | 3fe402f9da25077cf075c55263c78d613c62687a (diff) | |
download | gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.tar gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.tar.gz gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.tar.bz2 gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.tar.lz gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.tar.xz gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.tar.zst gsoc2013-empathy-585b25ad427f22c33b8e7344acc051a1c07e1fb9.zip |
Merge branch 'new-log-window'
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 48846311f..56ea9e780 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -28,6 +28,7 @@ BUILT_SOURCES = \ noinst_LTLIBRARIES = libempathy.la libempathy_headers = \ + action-chain-internal.h \ empathy-account-settings.h \ empathy-auth-factory.h \ empathy-channel-factory.h \ @@ -69,6 +70,7 @@ libempathy_headers = \ libempathy_la_SOURCES = \ $(libempathy_headers) \ + action-chain.c \ empathy-account-settings.c \ empathy-auth-factory.c \ empathy-channel-factory.c \ |