This commit is contained in:
parent
4fa30c8a21
commit
f417546646
2 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
|
||||
AC_INIT([xsock], [0.5], [shamox@free.fr,glenux@gmail.com])
|
||||
AC_INIT([xsock], [0.9.0], [shamox@free.fr,glenux@gmail.com])
|
||||
AC_PREREQ(2.50)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
AM_INIT_AUTOMAKE([xsock],[0.5])
|
||||
AM_INIT_AUTOMAKE([xsock],[0.9.0])
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_SRCDIR([lib/xsock.h])
|
||||
|
|
|
@ -2,6 +2,9 @@ SUBDIRS = .
|
|||
|
||||
lib_LTLIBRARIES = libxsock.la
|
||||
|
||||
INCLUDES= \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
#bin_PROGRAMS = libulm.o
|
||||
|
||||
libxsock_la_SOURCES = \
|
||||
|
@ -22,6 +25,4 @@ libxsock_la_LDFLAGS = \
|
|||
-no-undefined \
|
||||
-version-info @XSOCK_LIB_CURRENT@:@XSOCK_LIB_REVISION@:@XSOCK_LIB_AGE@
|
||||
|
||||
INCLUDES= \
|
||||
-I../
|
||||
|
||||
|
|
Loading…
Reference in a new issue