summaryrefslogtreecommitdiff
path: root/libcaja-private/Makefile.am
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-12 20:04:25 +0300
committerraveit65 <[email protected]>2018-01-14 15:36:26 +0100
commit6c162ba243f9e62651a13ce2cb4ca2ec9d422509 (patch)
tree6c91f9552d37e05cc413de376f6e8a527bbbfc02 /libcaja-private/Makefile.am
parentf8482dd96bf98d1b14e3f62d3b3a2be44fdc26a4 (diff)
downloadcaja-6c162ba243f9e62651a13ce2cb4ca2ec9d422509.tar.bz2
caja-6c162ba243f9e62651a13ce2cb4ca2ec9d422509.tar.xz
move libegg to the top srcdir and drop some leftovers
Diffstat (limited to 'libcaja-private/Makefile.am')
-rw-r--r--libcaja-private/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcaja-private/Makefile.am b/libcaja-private/Makefile.am
index c4abbd93..7d724641 100644
--- a/libcaja-private/Makefile.am
+++ b/libcaja-private/Makefile.am
@@ -5,7 +5,6 @@ noinst_LTLIBRARIES=libcaja-private.la
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
- -I$(top_srcdir)/cut-n-paste-code \
$(CORE_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS) \
@@ -23,7 +22,7 @@ BUILT_SOURCES = \
$(NULL)
dependency_static_libs = \
- $(top_builddir)/cut-n-paste-code/libegg/libegg.la \
+ $(top_builddir)/libegg/libegg.la \
$(NULL)
libcaja_private_la_LDFLAGS = \