Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
fam
fileschanged.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fileschanged.diff of Package fam
--- configure.ac +++ configure.ac @@ -23,13 +23,13 @@ dnl Checks for libraries. -AC_CHECK_LIB(fam,FAMOpen,,[echo "To build this software, you must install the FAM development package"; exit 1]) +dnl AC_CHECK_LIB(fam,FAMOpen,,[echo "To build this software, you must install the FAM development package"; exit 1]) AC_CHECK_LIB(fam,FAMNoExists,[AC_DEFINE(HAVE_FAMNOEXISTS, 1, [Define if you have gamin instead of fam])],) dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADER(fam.h,,[echo "To build this software, you must install the FAM development package"; exit 1]) +dnl AC_CHECK_HEADER(fam.h,,[echo "To build this software, you must install the FAM development package"; exit 1]) AC_CHECK_HEADERS(unistd.h time.h string.h dirent.h argp.h) PACKAGE_MAINTAINER="Ben Asselstine" --- info/fileschanged.texinfo +++ info/fileschanged.texinfo @@ -9,6 +9,10 @@ @include package.texinfo +@dircategory FAM CLI documentation +@direntry +* fileschanged: (fileschanged). fileschanged manual +@end direntry @ifinfo This file documents the @command{fileschanged} command which displays altered files --- src/Makefile.am +++ src/Makefile.am @@ -10,5 +10,8 @@ filelist.c filelist.h \ handlers.c handlers.h \ wl.c wl.h gettext.h + +fileschanged_LDADD = -lfam + localdir = $(datadir)/locale AM_CFLAGS = -Wall -Werror -DLOCALEDIR=\"$(localdir)\" --- src/wl.h +++ src/wl.h @@ -3,5 +3,5 @@ void wl_init(); void wl_add_file(char *filename); void wl_destroy(); -void wl_show_changed_files(); +void wl_show_changed_files(unsigned int filechangetimeout, void (*handler)(char *, struct stat *statbuf)); #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor