1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-14 06:20:56 +02:00
Files
glib/gio/gdbus-codegen/config.py.in

7 lines
128 B
Python
Raw Normal View History

# -*- Mode: Python -*-
DATADIR = "@datarootdir@"
DATADIR = DATADIR.replace(
"${prefix}", "@prefix@")
VERSION = "@VERSION@"