13
0
livetrax/libs/tk/ydk/win32/rc/Makefile.am
Robin Gareus ad51c7c2ba
Localize stripped down gtk2
This is intended mainly for GNU/Linux distros who will remove
GTK2 support in the near future.
2024-01-06 21:52:48 +01:00

16 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