On Sun, Sep 23, 2012 at 2:17 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > * Add support to eeze_sensor lib in the spec > * Fix dist build by including a header file > * svn:ignore on .deps, Makefile and Makefile.in on modules and tests. > > > Author: rui > Date: 2012-09-23 05:17:22 -0700 (Sun, 23 Sep 2012) > New Revision: 77021 > Trac: http://trac.enlightenment.org/e/changeset/77021 > > Modified: > trunk/eeze/eeze.spec.in trunk/eeze/src/lib/Makefile.am > trunk/eeze/src/modules/ trunk/eeze/src/tests/ > > Modified: trunk/eeze/eeze.spec.in > =================================================================== > --- trunk/eeze/eeze.spec.in 2012-09-22 18:29:03 UTC (rev 77020) > +++ trunk/eeze/eeze.spec.in 2012-09-23 12:17:22 UTC (rev 77021) > @@ -73,6 +73,8 @@ > %{_libdir}/*.a > %{_libdir}/*.so > %{_libdir}/*.la > +%{_libdir}/*/*.so > +%{_libdir}/*/*.la > %{_libdir}/pkgconfig/* > > %changelog > > Modified: trunk/eeze/src/lib/Makefile.am > =================================================================== > --- trunk/eeze/src/lib/Makefile.am 2012-09-22 18:29:03 UTC (rev 77020) > +++ trunk/eeze/src/lib/Makefile.am 2012-09-23 12:17:22 UTC (rev 77021) > @@ -3,7 +3,7 @@ > AM_CPPFLAGS = @EEZE_CFLAGS@ \ > -DPACKAGE_LIB_DIR=\"$(libdir)\" > > -includes_HEADERS = Eeze.h Eeze_Net.h Eeze_Sensor.h > +includes_HEADERS = Eeze.h Eeze_Net.h Eeze_Sensor.h eeze_sensor_private.h
no :) By doing that, you *install* eeze_sensor_private.h, which is not what we want. Add it into libeeze_la_SOURCES Vincent > > libeeze_la_SOURCES = \ > eeze_main.c \ > > > Property changes on: trunk/eeze/src/modules > ___________________________________________________________________ > Added: svn:ignore > + .deps > Makefile > Makefile.in > > > > Property changes on: trunk/eeze/src/tests > ___________________________________________________________________ > Added: svn:ignore > + .deps > Makefile > Makefile.in > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel