Newer
Older
monitord / jthread-1.2.1 / pkgconfig / .svn / text-base / Makefile.am.svn-base
@root root on 23 Jan 2012 367 bytes Migration from SVN revision 455
### all of the standard pc files we need to generate
pcfiles = 							\
	jthread.pc

pcfiles_uninstalled =						\
	jthread-uninstalled.pc

all-local: $(pcfiles) $(pcfiles_uninstalled)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)

EXTRA_DIST =							\
	jthread.pc.in						\
	jthread-uninstalled.pc.in

CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)