mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
7 lines
128 B
Python
7 lines
128 B
Python
|
# -*- Mode: Python -*-
|
||
|
|
||
|
DATADIR = "@datarootdir@"
|
||
|
DATADIR = DATADIR.replace(
|
||
|
"${prefix}", "@prefix@")
|
||
|
VERSION = "@VERSION@"
|