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 /src/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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index daeaa38b..f4e50024 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,6 @@ bin_PROGRAMS = \ AM_CPPFLAGS = \ -I$(top_srcdir) \ - -I$(top_srcdir)/cut-n-paste-code \ -I$(top_builddir)/libcaja-private \ $(CORE_CFLAGS) \ $(WARNING_CFLAGS) \ |