From: Alberto Mardegan Date: Thu, 2 Aug 2012 14:57:30 +0000 (+0300) Subject: Fix make distcheck X-Git-Tag: 1.5~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5676aa9c673ef13c9479036463cea0ea154e8748;p=platform%2Fupstream%2Flibgsignon-glib.git Fix make distcheck --- diff --git a/libsignon-glib/Makefile.am b/libsignon-glib/Makefile.am index f504b22..528bed2 100644 --- a/libsignon-glib/Makefile.am +++ b/libsignon-glib/Makefile.am @@ -12,7 +12,7 @@ libsignon_glib_la_LDFLAGS = \ -version-info 1:0:0 \ -export-symbols-regex '^signon_' -BUILT_SOURCES = \ +nodist_libsignon_glib_la_SOURCES = \ signon-marshal.c \ signon-marshal.h \ signon-enum-types.h \ @@ -26,6 +26,10 @@ BUILT_SOURCES = \ sso-identity-gen.h \ stamp-signon-enum-types.h +BUILT_SOURCES = \ + $(nodist_libsignon_glib_la_SOURCES) \ + signon-errors-map.c + CLEANFILES = $(BUILT_SOURCES) libsignon_glib_la_SOURCES = \ @@ -47,9 +51,6 @@ libsignon_glib_la_SOURCES = \ sso-auth-service.c \ sso-auth-service.h -nodist_libsignon_glib_la_SOURCES = \ - $(BUILT_SOURCES) - libsignon_glib_includedir = $(includedir)/libsignon-glib libsignon_glib_include_HEADERS = \ signon-auth-service.h \ @@ -138,9 +139,6 @@ signon-errors-map.c: Makefile signon-errors.h sed -e 's/SIGNON_ERROR_\([A-Z_0-9]*\).*/{ SIGNON_ERROR_\1, SIGNOND_\1_ERR_NAME },/' && \ echo -e "};\n" ) > signon-errors-map.c -CLEANFILES += signon-errors-map.c -signon-errors.$(OBJEXT): signon-errors-map.c - EXTRA_DIST = signon-marshal.list \ stamp-signon-enum-types.h