Removed project plugin
This commit is contained in:
parent
28434821ea
commit
329641055e
@ -61,7 +61,6 @@ moo/mooedit/gtksourceview/Makefile
|
||||
moo/mooedit/gtksourceview/upstream/Makefile
|
||||
moo/mooedit/plugins/Makefile
|
||||
moo/mooedit/plugins/ctags/Makefile
|
||||
moo/mooedit/plugins/project/Makefile
|
||||
moo/mooapp/Makefile
|
||||
moo/mooapp/smclient/Makefile
|
||||
moo/moopython/Makefile
|
||||
|
@ -1,12 +1,9 @@
|
||||
DIST_SUBDIRS = ctags project
|
||||
DIST_SUBDIRS = ctags
|
||||
SUBDIRS =
|
||||
|
||||
if MOO_BUILD_CTAGS
|
||||
SUBDIRS += ctags
|
||||
endif
|
||||
if MOO_USE_OBJC
|
||||
SUBDIRS += project
|
||||
endif
|
||||
|
||||
noinst_LTLIBRARIES =
|
||||
EXTRA_DIST =
|
||||
@ -18,6 +15,7 @@ CLEANFILES =
|
||||
AM_CFLAGS = \
|
||||
-I../.. \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/doc \
|
||||
$(MOO_CFLAGS) \
|
||||
$(MOO_DEBUG_CFLAGS)
|
||||
AM_OBJCFLAGS = $(AM_CFLAGS) $(MOO_OBJCFLAGS)
|
||||
@ -57,9 +55,6 @@ libmooeditplugins_la_LIBADD = libfileselector.la
|
||||
if MOO_BUILD_CTAGS
|
||||
libmooeditplugins_la_LIBADD += ctags/libctags.la
|
||||
endif
|
||||
if MOO_USE_OBJC
|
||||
libmooeditplugins_la_LIBADD += project/libproject.la
|
||||
endif
|
||||
|
||||
libmooeditplugins_la_SOURCES = \
|
||||
mooeditplugins.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user