diff options
author | Rob Austein <sra@hactrn.net> | 2013-11-27 19:57:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-11-27 19:57:43 +0000 |
commit | 0df907016825281ba8df9176d3084ff8393811d5 (patch) | |
tree | 5df55e3db48704f523c8b2f9998c1f9c8c504f73 /configure.ac | |
parent | f6e9809d43094d23da73e5b7edf8e50bacc846f2 (diff) |
$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.
svn path=/trunk/; revision=5606
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 308ad54a..0d8f15c5 100644 --- a/configure.ac +++ b/configure.ac @@ -816,8 +816,7 @@ fi if test $build_ca_tools = yes then AC_CONFIG_FILES([rpkid/Makefile - rpkid/tests/Makefile - rpkid/portal-gui/Makefile]) + rpkid/tests/Makefile]) fi if test $build_ca_tools = yes && |