Changeset 541

Show
Ignore:
Timestamp:
05/13/05 21:28:58 (4 years ago)
Author:
drzeus
Message:

Added RPM support

Location:
plugins/python-module
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/python-module/Makefile.am

    r532 r541  
    44INCLUDES = -I$(top_srcdir) 
    55 
    6 EXTRA_DIST = src/sample.py 
     6EXTRA_DIST = src/sample.py \ 
     7        misc/python-module.spec \ 
     8        misc/python-module.spec.in 
    79 
    810OPENSYNC_LIBS=-lopensync 
  • plugins/python-module/configure.in

    r532 r541  
    8585AC_SUBST(OPENSYNC_PYTHONPLG_DIR) 
    8686 
    87 AC_OUTPUT([Makefile]) 
     87AC_OUTPUT([Makefile misc/python-module.spec])