dist: fix distribution tarball and out-of-tree build
authorJussi Laako <jussi.laako@linux.intel.com>
Fri, 7 Mar 2014 14:19:34 +0000 (16:19 +0200)
committerJussi Laako <jussi.laako@linux.intel.com>
Fri, 7 Mar 2014 14:19:34 +0000 (16:19 +0200)
src/daemon/dbus/Makefile.am
test/common/Makefile.am
test/daemon/Makefile.am
test/db/Makefile.am
test/plugins/Makefile.am

index bfc2982..9d1f927 100644 (file)
@@ -16,7 +16,7 @@ DBUS_BUILT_DOCS = \
     gsignond-dbus-auth-service-doc-gen-com.google.code.AccountsSSO.gSingleSignOn.AuthService.xml \
     gsignond-dbus-auth-session-doc-gen-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.xml \
     gsignond-dbus-identity-doc-gen-com.google.code.AccountsSSO.gSingleSignOn.Identity.xml \
-    gsignond-dbus-remote-plugin-doc-gen-com.google.code.AccountsSSO.gSingleSignOn.RemotePlugin.xml \
+    gsignond-dbus-remote-plugin-doc-gen-com.google.code.AccountsSSO.gSingleSignOn.RemotePlugin.V1.xml \
     $(NULL)
 
 DBUS_INTERFACE_PREFIX="com.google.code.AccountsSSO.gSingleSignOn."
@@ -63,7 +63,7 @@ libgsignond_dbus_glue_la_LIBADD = \
     $(GSIGNOND_LIBS) \
     $(NULL)
 
-libgsignond_dbus_glue_la_SOURCES = $(DBUS_BUILT_SOURCES)
+nodist_libgsignond_dbus_glue_la_SOURCES = $(DBUS_BUILT_SOURCES)
 
 noinst_LTLIBRARIES += libgsignond-dbus.la
 
@@ -81,7 +81,6 @@ libgsignond_dbus_la_LIBADD = \
     $(NULL)
 
 libgsignond_dbus_la_SOURCES = \
-   $(DBUS_BUILT_SOURCES) \
    gsignond-dbus.h \
    gsignond-dbus-server.c \
    gsignond-dbus-server.h \
@@ -95,6 +94,10 @@ libgsignond_dbus_la_SOURCES = \
    gsignond-dbus-signonui-adapter.h \
    $(NULL)
 
+nodist_libgsignond_dbus_la_SOURCES = \
+   $(DBUS_BUILT_SOURCES) \
+   $(NULL)
+
 dbusservicedir = $(DBUS_SERVICES_DIR)
 dbusservice_DATA = \
     $(SERVICES_DIR)/com.google.code.AccountsSSO.gSingleSignOn.service
index d98f3c9..71112d4 100644 (file)
@@ -13,6 +13,7 @@ commontest_CFLAGS = \
     $(GSIGNOND_CFLAGS) \
     $(CHECK_CFLAGS) \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/include/ \
     -I$(top_srcdir)/src/
 
index d2230e9..1ca7ae1 100644 (file)
@@ -17,6 +17,7 @@ daemontest_CFLAGS = \
     -U G_LOG_DOMAIN \
     -DG_LOG_DOMAIN=\"gsignond-test-server\" \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/src/ \
     -I$(top_srcdir)/include/
 
index 5301171..73174bf 100644 (file)
@@ -11,6 +11,7 @@ dbtest_CFLAGS = \
     $(GSIGNOND_CFLAGS) \
     $(CHECK_CFLAGS) \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/src/ \
     -I$(top_srcdir)/include/ 
 
index d45c02e..12ea54e 100644 (file)
@@ -15,6 +15,7 @@ digestplugintest_CFLAGS = \
     $(GSIGNOND_CFLAGS) \
     $(CHECK_CFLAGS) \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/src \
     -I$(top_srcdir)/src/plugins/digest \
     -I$(top_srcdir)/include
@@ -30,6 +31,7 @@ passwordplugintest_CFLAGS = \
     $(GSIGNOND_CFLAGS) \
     $(CHECK_CFLAGS) \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/src \
     -I$(top_srcdir)/src/plugins/password \
     -I$(top_srcdir)/include/
@@ -45,6 +47,7 @@ pluginproxytest_CFLAGS = \
     $(GSIGNOND_CFLAGS) \
     $(CHECK_CFLAGS) \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/src \
     -I$(top_srcdir)/src/daemon/plugins \
     -I$(top_srcdir)/include
@@ -60,6 +63,7 @@ pluginremotetest_CFLAGS = \
     $(GSIGNOND_CFLAGS) \
     $(CHECK_CFLAGS) \
     -I$(top_builddir) \
+    -I$(top_builddir)/src/ \
     -I$(top_srcdir)/src \
     -I$(top_srcdir)/src/daemon/plugins \
     -I$(top_srcdir)/include