mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
* Added UI with wide aspect ratio
* Original and new UI selectable
* Changed 'color' configuration dialog to
UI configuration dialog
14 lines
214 B
Makefile
14 lines
214 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src
|
|
|
|
if DARWIN
|
|
appbundle:
|
|
(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
|
|
endif
|
|
|
|
if HAVE_NSIS
|
|
nsisinst:
|
|
(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
|
|
endif
|
|
|
|
#EXTRA_DIST = build-aux/config.rpath
|