diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-11-07 17:37:13 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-11-07 17:37:13 +0100 |
commit | ffb39bff6fc76051901dddbb179afdf83baafc27 (patch) | |
tree | 49dc73386916ee0c33caf5f1aefe8112e610b4f1 /gio/Makefile.am | |
parent | a004fc80598c2b14f2e3780fb0f94fc9f6faf263 (diff) |
gio: Add gappinfoprivate.h to Makefile.am
In addition to e55d33edc1336ddc6d5cdfa0e3003a69a5812d26
Diffstat (limited to 'gio/Makefile.am')
-rw-r--r-- | gio/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am index ff3bc8a7f..3e80e06a4 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -338,6 +338,7 @@ endif libgio_2_0_la_SOURCES = \ gappinfo.c \ + gappinfoprivate.h \ gasynchelper.c \ gasynchelper.h \ gasyncinitable.c \ |