* RPM spec file (Ben Martin)

git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@12412 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
pdurante 2007-08-28 18:01:32 +00:00
parent 6cb130ee0d
commit b8c0b7c52c
3 changed files with 68 additions and 2 deletions

View file

@ -8,6 +8,8 @@ AM_CONFIG_HEADER([include/dbus-c++/config.h])
AC_CANONICAL_HOST
AC_SUBST(PACKAGE_VERSION)
# Set configuration options
@ -187,4 +189,5 @@ AC_OUTPUT(
examples/hal/Makefile
examples/glib/Makefile
dbus-c++-1.pc
libdbus-c++.spec
)