diff options
author | monsta <[email protected]> | 2018-01-12 20:04:25 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-14 15:36:26 +0100 |
commit | 6c162ba243f9e62651a13ce2cb4ca2ec9d422509 (patch) | |
tree | 6c91f9552d37e05cc413de376f6e8a527bbbfc02 /configure.ac | |
parent | f8482dd96bf98d1b14e3f62d3b3a2be44fdc26a4 (diff) | |
download | caja-6c162ba243f9e62651a13ce2cb4ca2ec9d422509.tar.bz2 caja-6c162ba243f9e62651a13ce2cb4ca2ec9d422509.tar.xz |
move libegg to the top srcdir and drop some leftovers
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 e9dd423d..27ad9e11 100644 --- a/configure.ac +++ b/configure.ac @@ -323,8 +323,7 @@ AM_CONDITIONAL([ICON_UPDATE], [test -n "$UPDATE_ICON_CACHE"]) AC_CONFIG_FILES([ Makefile -cut-n-paste-code/Makefile -cut-n-paste-code/libegg/Makefile +libegg/Makefile data/Makefile data/icons/Makefile data/patterns/Makefile |