'make dist' command compiles "bindings" directory content even if bindings
are not enabled in configuration file.
This patch fix it.

Signed-off-by: Ivana Hutarova Varekova <varek...@redhat.com>
---

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 3a92d59..f731c68 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,7 @@ BINDINGS_SUBDIR = bindings
 endif
 
 SUBDIRS = . daemon pam tools $(BINDINGS_SUBDIR)
+DIST_SUBDIRS = $(SUBDIRS)
 
 # generate parse.h  from parse.y
 AM_YFLAGS = -d


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to