Fix make distcheck.

This commit is contained in:
Christian Hammond 2004-11-03 09:21:23 +00:00
parent e63e4a8141
commit e9347e99f2
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Wed Nov 03 01:19:42 PST 2004 Christian Hammond <chipx86@gnupdate.org>
* configure.ac:
A libnotify.spec.in:
- Fix make distcheck.
Wed Sep 29 22:34:03 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:

View File

@ -87,6 +87,8 @@ AC_EXEEXT
AM_PROG_LIBTOOL
AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required]))
pkg_modules="glib-2.0 >= 2.2.2, dbus-1 >= 0.20, dbus-glib-1 >= 0.20"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
@ -105,11 +107,12 @@ dnl ################################################################
dnl # Output the Makefiles
dnl ################################################################
AC_CONFIG_FILES([
libnotify.pc
Makefile
libnotify.pc
libnotify.spec
libnotify/Makefile
tools/Makefile
tests/Makefile
tools/Makefile
])
AC_OUTPUT

0
libnotify.spec.in Normal file
View File