diff options
-rw-r--r-- | e-util/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 7ca0aa6ff0..f0d98bd8c1 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -52,7 +52,8 @@ eutilinclude_HEADERS = \ e-timeout-activity.h \ e-util.h \ e-unicode.h \ - e-xml-utils.h + e-xml-utils.h \ + gconf-bridge.h libeutil_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ @@ -128,7 +129,6 @@ libeutil_la_SOURCES = \ e-util-private.h \ e-xml-utils.c \ gconf-bridge.c \ - gconf-bridge.h \ $(PLATFORM_SOURCES) MARSHAL_GENERATED = e-marshal.c e-marshal.h |