diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-03-02 22:42:02 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-03-02 22:42:02 +0000 |
commit | 573690587922bd27e6e126ffce4256b0b380c429 (patch) | |
tree | a1202cc4484815c8112c45ee70ef15a371d2137f /configure.ac | |
parent | c4cf3ef205eb83504d53528125f32655c4dfa3d2 (diff) |
fixup configure to note new location of $top/rpkid/portal-gui/Makefile.in
svn path=/configure; revision=3706
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d7bdcf42..21ff7873 100644 --- a/configure.ac +++ b/configure.ac @@ -330,7 +330,7 @@ then # there is no standard name for this tool, so check for it AC_PATH_PROGS(DJANGO_ADMIN, [django-admin django-admin.py]) - AC_CONFIG_FILES([portal-gui/Makefile]) + AC_CONFIG_FILES([rpkid/portal-gui/Makefile]) fi # This should go away once its content has migrated from Doxygen into DocBook. |