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 \
|
||||
@WITH_PYTHON_LIB@
|
||||
|
||||
_rpmmodule_la_SOURCES = rpmmodule.c system.h \
|
||||
_rpmmodule_la_SOURCES = rpmmodule.c rpmsystem-py.h \
|
||||
header-py.c header-py.h \
|
||||
rpmds-py.c rpmds-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/rpmtag.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include <rpm/rpmtypes.h>
|
||||
#include <rpm/rpmstring.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include <rpm/rpmtypes.h>
|
||||
#include <rpm/rpmpgp.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include <structmember.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include <rpm/rpmdb.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include <rpm/rpmlib.h> /* rpmMachineScore, rpmReadConfigFiles */
|
||||
#include <rpm/rpmtag.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include "rpmps-py.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include "header-py.h" /* XXX tagNumFromPyObject */
|
||||
#include "rpmds-py.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include <rpm/rpmlib.h> /* rpmReadPackageFile, headerCheck */
|
||||
#include <rpm/rpmtag.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "system.h"
|
||||
#include "rpmsystem-py.h"
|
||||
|
||||
#include "spec-py.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue