Skip to content

Commit

Permalink
include: remove getsubopt.*
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 7, 2018
1 parent 6ecad2c commit c666871
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 95 deletions.
89 changes: 0 additions & 89 deletions src/include/getsubopt.c

This file was deleted.

4 changes: 0 additions & 4 deletions src/include/getsubopt.h

This file was deleted.

4 changes: 2 additions & 2 deletions src/lxc/Makefile.am
Expand Up @@ -62,7 +62,7 @@ endif
endif

if !HAVE_GETSUBOPT
noinst_HEADERS += ../include/getsubopt.h
noinst_HEADERS += tools/include/getsubopt.h
endif

sodir=$(libdir)
Expand Down Expand Up @@ -302,7 +302,7 @@ lxc_clone_SOURCES = tools/lxc_clone.c tools/arguments.c
endif

if !HAVE_GETSUBOPT
lxc_copy_SOURCES += ../include/getsubopt.c ../include/getsubopt.h
lxc_copy_SOURCES += tools/include/getsubopt.c tools/include/getsubopt.h
endif

if HAVE_STATIC_LIBCAP
Expand Down

0 comments on commit c666871

Please sign in to comment.