forked from lix-project/lix
11 lines
238 B
Makefile
11 lines
238 B
Makefile
|
VERSION = @VERSION@
|
||
|
bindir = @bindir@
|
||
|
datadir = @datadir@
|
||
|
datarootdir = @datarootdir@
|
||
|
exec_prefix = @exec_prefix@
|
||
|
libexecdir = @libexecdir@
|
||
|
localstatedir = @localstatedir@
|
||
|
prefix = @prefix@
|
||
|
storedir = @storedir@
|
||
|
sysconfdir = @sysconfdir@
|