FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add missing header file to the list of sources · optionalg/python-rrdtool@22476ba · GitHub

Commit 22476ba

Browse files
authored
Add missing header file to the list of sources
1 parent e9a08b4 commit 22476ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def main():
99
module = Extension('rrdtool',
10-
sources=['rrdtoolmodule.c'],
10+
sources=['rrdtoolmodule.h', 'rrdtoolmodule.c'],
1111
include_dirs=['/usr/local/include'],
1212
library_dirs=['/usr/local/lib'],
1313
libraries=['rrd'])

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL