mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
15 lines
222 B
Makefile
15 lines
222 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
gdk.rc \
|
|
gdk.rc.in \
|
|
gtk.ico
|
|
|
|
if USE_WIN32
|
|
noinst_DATA = gdk-win32-res.o
|
|
endif
|
|
|
|
gdk-win32-res.o : gdk.rc gtk.ico
|
|
$(WINDRES) gdk.rc $@
|
|
|
|
-include $(top_srcdir)/git.mk
|