mirror of https://github.com/BOINC/boinc.git
Flatten directory structure (src remains for now)
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@686 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
b08f484c17
commit
547e3ef6eb
|
@ -1,4 +1,5 @@
|
|||
ACLOCAL_AMFLAGS = -I cf
|
||||
AUTOMAKE_OPTIONS = foreign 1.7
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.7
|
||||
|
||||
SUBDIRS = src
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
AC_INIT([Uppercase Example Application], [5.01], [desktopgrid@lpds.sztaki.hu], [uppercase-example])
|
||||
AC_CONFIG_MACRO_DIR([cf])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_SRCDIR([src/client.c])
|
||||
AC_CONFIG_AUX_DIR([scripts])
|
||||
|
||||
dnl The platform code uses the target triplet
|
||||
AC_CANONICAL_TARGET
|
||||
|
|
Loading…
Reference in New Issue