add win32 files to dist
This commit is contained in:
parent
55bff89abc
commit
d6e17e7726
5 changed files with 20 additions and 10 deletions
|
@ -14,7 +14,7 @@ TARGET = opsb.so
|
|||
DOCS = README.opsb README.opsb.html
|
||||
DATA =
|
||||
SCRIPTS =
|
||||
DISTFILES = $(SRCS) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in opsb.h libopm/*.c libopm/*.h libopm/README libopm/LICENSE LICENSE libopm/*.in RELNOTES opsb.vcproj modconfigwin32.h
|
||||
DISTFILES = $(SRCS) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in opsb.h libopm/*.c libopm/*.h libopm/README libopm/LICENSE LICENSE libopm/*.in libopm/*.vcproj RELNOTES opsb.vcproj modconfigwin32.h
|
||||
DISTDIR = @PACKAGE@-@VERSION@
|
||||
|
||||
all: module
|
||||
|
|
1
RELNOTES
1
RELNOTES
|
@ -26,3 +26,4 @@ Known issues that we are aware of and should not be reported:
|
|||
* proxy.c:199: warning: passing arg 4 of `add_sockpoll' from incompatible
|
||||
* pointer type gcc -c -
|
||||
* This does not affect the running of OPSB
|
||||
|
||||
|
|
|
@ -60,14 +60,17 @@
|
|||
/* Define to 1 if you have the `vsnprintf' function. */
|
||||
#undef HAVE_VSNPRINTF
|
||||
|
||||
/* "Major Version" */
|
||||
/* Version number of package */
|
||||
#undef MODULE_VERSION
|
||||
|
||||
/* Major Version */
|
||||
#undef MODULE_MAJOR
|
||||
|
||||
/* "Minor Version" */
|
||||
/* Minor Version */
|
||||
#undef MODULE_MINOR
|
||||
|
||||
/* "Module Version" */
|
||||
#undef MODULE_VERSION
|
||||
/* Revision */
|
||||
#undef MODULE_REV
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
|
|
@ -6,13 +6,16 @@
|
|||
/* #undef DEBUG */
|
||||
|
||||
/* Version number of package */
|
||||
#define MODULE_VERSION "2.1"
|
||||
#define MODULE_VERSION "3.0.a1"
|
||||
|
||||
/* Major Version */
|
||||
#define MODULE_MAJOR "2"
|
||||
#define MODULE_MAJOR "3"
|
||||
|
||||
/* Minor Version */
|
||||
#define MODULE_MINOR "1"
|
||||
#define MODULE_MINOR "0"
|
||||
|
||||
/* Revision */
|
||||
#define MODULE_REV "a1"
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
/* #undef HAVE_DLFCN_H */
|
||||
|
|
|
@ -138,10 +138,10 @@
|
|||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||
<File
|
||||
RelativePath=".\opsb.h">
|
||||
RelativePath=".\modconfigwin32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\win32modconfig.h">
|
||||
RelativePath=".\opsb.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
@ -158,6 +158,9 @@
|
|||
<File
|
||||
RelativePath=".\Makefile.in">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modconfig.h.in">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\README.opsb">
|
||||
</File>
|
||||
|
|
Reference in a new issue