Skip to content

Commit 266bbb5

Browse files
committed
Remove logging directory
The db files have moved to geni-ch. There is nothing left in the loggin directory. Remove it.
1 parent 85e27c6 commit 266bbb5

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Process this file with automake to produce Makefile.in
22

3-
SUBDIRS = etc lib portal kmtool sr logging \
3+
SUBDIRS = etc lib portal kmtool sr \
44
ca openid bin sbin ch man doc
55

66
## In more modern versions of automake we can use

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ AM_CONDITIONAL(INSTALL_GITHASH, [test -f bin/geni-ch-githash])
4646

4747
AC_CONFIG_FILES([Makefile etc/Makefile bin/Makefile])
4848
AC_CONFIG_FILES([sr/Makefile lib/Makefile])
49-
AC_CONFIG_FILES([logging/Makefile])
5049
AC_CONFIG_FILES([kmtool/Makefile portal/Makefile openid/Makefile])
5150
AC_CONFIG_FILES([ca/Makefile sbin/Makefile ch/Makefile man/Makefile])
5251
AC_CONFIG_FILES([doc/Makefile])

logging/Makefile.am

-20
This file was deleted.

0 commit comments

Comments
 (0)