mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
- added desktop file and icon new options --with-desktop-dir and --with-pixmap-dir. - fixed CXXFLAGS for soundbase option. - fixed compile warnings.
11 lines
262 B
Makefile
11 lines
262 B
Makefile
EXTRA_DIST = hdspmixer.desktop
|
|
SUBDIRS = src pixmaps
|
|
|
|
desktopdir = $(DESKTOP_DIR)
|
|
desktop_DATA = hdspmixer.desktop
|
|
|
|
alsa-dist: distdir
|
|
@rm -rf ../distdir/hdspmixer
|
|
@mkdir -p ../distdir/hdspmixer
|
|
@cp -RLpv $(distdir)/* ../distdir/hdspmixer
|
|
@rm -rf $(distdir)
|