Revision: 468 http://vde.svn.sourceforge.net/vde/?rev=468&view=rev Author: fgiunchedi Date: 2011-01-29 12:58:55 +0000 (Sat, 29 Jan 2011)
Log Message: ----------- rearrange some libs and includes to make distcheck work Modified Paths: -------------- trunk/vde-2/src/lib/Makefile.am trunk/vde-2/src/lib/python/Makefile.am Modified: trunk/vde-2/src/lib/Makefile.am =================================================================== --- trunk/vde-2/src/lib/Makefile.am 2011-01-29 12:25:16 UTC (rev 467) +++ trunk/vde-2/src/lib/Makefile.am 2011-01-29 12:58:55 UTC (rev 468) @@ -9,19 +9,19 @@ endif lib_LTLIBRARIES = \ + libvdemgmt.la \ libvdesnmp.la \ - libvdemgmt.la \ libvdeplug.la \ libvdehist.la # read before touching http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info -libvdesnmp_la_LIBADD = $(LIBADD) libvdemgmt.la -libvdesnmp_la_LDFLAGS = $(AM_LDFLAGS) -version-number 0:0:1 -export-dynamic - libvdemgmt_la_LIBADD = $(LIBADD) libvdemgmt_la_LDFLAGS = $(AM_LDFLAGS) -version-number 0:0:1 -export-dynamic +libvdesnmp_la_LIBADD = $(LIBADD) $(top_builddir)/src/lib/libvdemgmt.la +libvdesnmp_la_LDFLAGS = $(AM_LDFLAGS) -version-number 0:0:1 -export-dynamic + libvdeplug_la_LIBADD = $(LIBADD) libvdeplug_la_LDFLAGS = $(AM_LDFLAGS) -version-number 3:0:1 -export-dynamic Modified: trunk/vde-2/src/lib/python/Makefile.am =================================================================== --- trunk/vde-2/src/lib/python/Makefile.am 2011-01-29 12:25:16 UTC (rev 467) +++ trunk/vde-2/src/lib/python/Makefile.am 2011-01-29 12:58:55 UTC (rev 468) @@ -7,6 +7,6 @@ mod_LTLIBRARIES = vdeplug_python.la dist_python_SCRIPTS = VdePlug.py -vdeplug_python_la_CFLAGS = $(PYTHON_CFLAGS) $(PYTHON_INCLUDES) +vdeplug_python_la_CFLAGS = -I$(top_srcdir)/include $(PYTHON_CFLAGS) $(PYTHON_INCLUDES) vdeplug_python_la_LIBADD = $(PYTHON_LIBS) $(top_builddir)/src/lib/libvdeplug.la vdeplug_python_la_LDFLAGS = -module -avoid-version This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ vde-users mailing list vde-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vde-users