summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: f293069f8a9b82cd2aac0297b456321ce5fb6b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = src

package: dist
	cp openwsman.spec /usr/src/packages/SPEC
	cp openwsman-*.tar.gz /usr/src/packages/SOURCES
	rpmbuild -ba openwsman.spec

install-data-local: openwsman.pc
	$(mkinstalldirs) $(libdir)/pkgconfig
	$(INSTALL_DATA) openwsman.pc $(DESTDIR)$(libdir)/pkgconfig

uninstall-local:
	rm -f $(DESTDIR)$(libdir)/pkgconfig/openwsman.pc