mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Add common-rules.mk, common rules for all Makefiles.
This file is mainly a central place to: - include localenv if it exists, and - define the RHEL 5 backwards compatibility macros, instead of spreading them over every other file.
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
|
||||
include $(top_srcdir)/subdir-rules.mk
|
||||
|
||||
# Old RHEL 5 autoconf doesn't have abs_srcdir.
|
||||
abs_srcdir ?= $(shell cd $(top_srcdir)/php && pwd)
|
||||
|
||||
generator_built = \
|
||||
extension/php_guestfs_php.h \
|
||||
extension/guestfs_php.c
|
||||
|
||||
Reference in New Issue
Block a user