mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
Added rpm target
This commit is contained in:
parent
9da4b22ac2
commit
9e3490cbcd
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
SUBDIRS=doc include src test utils
|
SUBDIRS=doc include src test utils
|
||||||
|
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
|
rpm: dist
|
||||||
|
$(MAKE) -C utils rpm
|
||||||
|
|
@ -286,6 +286,9 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
|
||||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
|
rpm: dist
|
||||||
|
$(MAKE) -C utils rpm
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue