dist builds
This commit is contained in:
parent
5f380c59e5
commit
63f5aecd90
3 changed files with 11 additions and 5 deletions
|
@ -86,9 +86,8 @@ src/query/location.hh
|
||||||
src/query/position.hh
|
src/query/position.hh
|
||||||
src/query/recollq
|
src/query/recollq
|
||||||
src/query/stack.hh
|
src/query/stack.hh
|
||||||
src/query/wasaparse.output
|
src/query/wasaparse.cpp
|
||||||
src/query/wasaparse.tab.cpp
|
src/query/wasaparse.hpp
|
||||||
src/query/wasaparse.tab.h
|
|
||||||
src/query/xadump
|
src/query/xadump
|
||||||
src/recollinstall
|
src/recollinstall
|
||||||
src/sampleconf/rclmon.sh
|
src/sampleconf/rclmon.sh
|
||||||
|
|
|
@ -237,7 +237,9 @@ utils/x11mon.cpp \
|
||||||
utils/x11mon.h
|
utils/x11mon.h
|
||||||
|
|
||||||
BUILT_SOURCES = query/wasaparse.cpp query/wasaparse.hpp
|
BUILT_SOURCES = query/wasaparse.cpp query/wasaparse.hpp
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
AM_YFLAGS = -d
|
||||||
|
CLEANFILES = query/wasaparse.cpp query/wasaparse.hpp \
|
||||||
|
query/location.hh query/position.hh query/stack.hh
|
||||||
|
|
||||||
# We use -release: the lib is only shared
|
# We use -release: the lib is only shared
|
||||||
# between recoll programs from the same release.
|
# between recoll programs from the same release.
|
||||||
|
@ -285,6 +287,8 @@ recollq_LDADD = librecoll.la
|
||||||
xadump_SOURCES = query/xadump.cpp
|
xadump_SOURCES = query/xadump.cpp
|
||||||
xadump_LDADD = librecoll.la $(LIBXAPIAN) $(LIBICONV)
|
xadump_LDADD = librecoll.la $(LIBXAPIAN) $(LIBICONV)
|
||||||
|
|
||||||
|
# Note: I'd prefer the generated query parser files not to be distributed
|
||||||
|
# at all, but failed to achieve this
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
bincimapmime/00README.recoll bincimapmime/AUTHORS bincimapmime/COPYING \
|
bincimapmime/00README.recoll bincimapmime/AUTHORS bincimapmime/COPYING \
|
||||||
\
|
\
|
||||||
|
@ -303,6 +307,9 @@ filters \
|
||||||
\
|
\
|
||||||
index/rclmon.sh \
|
index/rclmon.sh \
|
||||||
\
|
\
|
||||||
|
query/wasaparse.cpp query/wasaparse.hpp query/y.tab.h \
|
||||||
|
query/location.hh query/position.hh query/stack.hh \
|
||||||
|
\
|
||||||
qtgui/advsearch.ui \
|
qtgui/advsearch.ui \
|
||||||
qtgui/advsearch_w.cpp \
|
qtgui/advsearch_w.cpp \
|
||||||
qtgui/advsearch_w.h \
|
qtgui/advsearch_w.h \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.21.0
|
1.22.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue