data/Makefile.am
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jun 12 16:59:11 2009 +0100 (2009-06-12)
changeset 369 f8c27fe9fe63
parent 241 c3eb520e2219
permissions -rw-r--r--
Add basic support for uninstall scripts.
RPM_INSTALL_PREFIX{n} is not yet supported and upgrading a package
where an uninstall script changes may need more work to ensure the
old script doesn't get included in the merged set (when it is too
late to remove). I haven't yet tested whether this is a real problem.
rhughes@241
     1
## Process this file with automake to produce Makefile.in
rhughes@241
     2
rhughes@241
     3
pkgconfigdir = $(libdir)/pkgconfig
rhughes@241
     4
pkgconfig_DATA = razor.pc
rhughes@241
     5
rhughes@241
     6
bashcompletiondir = ${SYSCONFDIR}/bash_completion.d
richard@261
     7
dist_bashcompletion_DATA = razor.sh
rhughes@241
     8
rhughes@241
     9
clean-local :
rhughes@241
    10
	rm -f *~
rhughes@241
    11