Rename python system.h for disambiguation
This commit is contained in:
parent
14d5aaedcb
commit
39d79f9142
|
@ -18,7 +18,7 @@ _rpmmodule_la_LIBADD = \
|
||||||
$(top_builddir)/rpmio/librpmio.la \
|
$(top_builddir)/rpmio/librpmio.la \
|
||||||
@WITH_PYTHON_LIB@
|
@WITH_PYTHON_LIB@
|
||||||
|
|
||||||
_rpmmodule_la_SOURCES = rpmmodule.c system.h \
|
_rpmmodule_la_SOURCES = rpmmodule.c rpmsystem-py.h \
|
||||||
header-py.c header-py.h \
|
header-py.c header-py.h \
|
||||||
rpmds-py.c rpmds-py.h \
|
rpmds-py.c rpmds-py.h \
|
||||||
rpmfi-py.c rpmfi-py.h \
|
rpmfi-py.c rpmfi-py.h \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <rpm/rpmlib.h> /* rpmvercmp */
|
#include <rpm/rpmlib.h> /* rpmvercmp */
|
||||||
#include <rpm/rpmtag.h>
|
#include <rpm/rpmtag.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <rpm/rpmtypes.h>
|
#include <rpm/rpmtypes.h>
|
||||||
#include <rpm/rpmstring.h>
|
#include <rpm/rpmstring.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <rpm/rpmtypes.h>
|
#include <rpm/rpmtypes.h>
|
||||||
#include <rpm/rpmpgp.h>
|
#include <rpm/rpmpgp.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <structmember.h>
|
#include <structmember.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <rpm/rpmdb.h>
|
#include <rpm/rpmdb.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <rpm/rpmlib.h> /* rpmMachineScore, rpmReadConfigFiles */
|
#include <rpm/rpmlib.h> /* rpmMachineScore, rpmReadConfigFiles */
|
||||||
#include <rpm/rpmtag.h>
|
#include <rpm/rpmtag.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include "rpmps-py.h"
|
#include "rpmps-py.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include "header-py.h" /* XXX tagNumFromPyObject */
|
#include "header-py.h" /* XXX tagNumFromPyObject */
|
||||||
#include "rpmds-py.h"
|
#include "rpmds-py.h"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include <rpm/rpmlib.h> /* rpmReadPackageFile, headerCheck */
|
#include <rpm/rpmlib.h> /* rpmReadPackageFile, headerCheck */
|
||||||
#include <rpm/rpmtag.h>
|
#include <rpm/rpmtag.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "system.h"
|
#include "rpmsystem-py.h"
|
||||||
|
|
||||||
#include "spec-py.h"
|
#include "spec-py.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue