1
0
Fork 0

added build

This commit is contained in:
Frank Celler 2012-01-04 11:57:52 +01:00
parent 3ae833b3b9
commit 087fd3a7b7
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ BUILT_SOURCES =
LIBS =
noinst_LIBRARIES = libavocadodb.a
bin_PROGRAMS = avocadodb
bin_PROGRAMS = avocado
################################################################################
## avocado
@ -94,7 +94,7 @@ endif
.PHONY: BUILD_H_TARGET
BUILT_SOURCES += @builddir@/build.c @srcdir@/build.h
avocadodb_SOURCES += @builddir@/build.c
avocado_SOURCES += @builddir@/build.c
@builddir@/build.c:
@top_srcdir@/config/build_info.sh @srcdir@/build.info > $@