summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 3c8c9d451d5bd542bc0f3c8616d7986ce7a777a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = src
AUTOMAKE_OPTIONS = no-dist-gzip dist-bzip2

if BUILD_EXAMPLES
SUBDIRS += examples
endif
if BUILD_TESTS
SUBDIRS += tests
endif

package: dist
	rpmbuild -ba --define "_sourcedir ." wsmancli.spec --nodeps