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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f00647a5..342951f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.shared SUBDIRS = \ eel \ libcaja-extension \ - cut-n-paste-code \ + libegg \ libcaja-private \ src \ test \ |