* 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.


SVN revision: 77021
This commit is contained in:
Rui Seabra 2012-09-23 12:17:22 +00:00
parent 93b5886a18
commit 0ec3384720
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,8 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/*/*.so
%{_libdir}/*/*.la
%{_libdir}/pkgconfig/*
%changelog

View File

@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
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
libeeze_la_SOURCES = \
eeze_main.c \