mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-11 16:05:51 -06:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
AC_INIT(gnome-virt-manager.spec.in)
|
|
AM_INIT_AUTOMAKE(gnome-virt-manager, 0.0.2)
|
|
|
|
AC_OUTPUT(Makefile
|
|
src/Makefile
|
|
src/virtManager/Makefile
|
|
pixmaps/Makefile
|
|
gnome-virt-manager.spec)
|