mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
a398c840be
Add four new doc templates that were not in repository.
16 lines
222 B
Makefile
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
|