mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
3d89041220
As glib-mkenums would likely be used in the building of the other components of the stack, such as Cogl, Clutter and gsettings-desktop-schemas, generate that using a Python script (if Python can be found) and "install" it.
12 lines
124 B
Makefile
12 lines
124 B
Makefile
SUBDIRS = \
|
|
dirent \
|
|
vs9 \
|
|
vs10 \
|
|
vs11 \
|
|
vs12
|
|
|
|
EXTRA_DIST = \
|
|
make.msc \
|
|
module.defs \
|
|
process_in_win32.py
|