mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
dist the generated files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3ce727041d
commit
35418fc976
@ -1,3 +1,8 @@
|
||||
2001-07-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* Makefile.am (%.h): generate the BUILT_SOURCES in top_srcdir, add
|
||||
BUILT_SOURCES to EXTRA_DIST
|
||||
|
||||
2001-04-17 Allan Rae <rae@lyx.org>
|
||||
|
||||
* libsigc++-1.0.3 and important local changes kept. Outlining of
|
||||
|
@ -11,6 +11,8 @@ BUILT_SOURCES = slot.h object_slot.h func_slot.h class_slot.h \
|
||||
basic_signal.h \
|
||||
convert.h bind.h rettype.h retbind.h
|
||||
|
||||
EXTRA_DIST = $(BUILT_SOURCES)
|
||||
|
||||
libsigc_la_SOURCES= $(BUILT_SOURCES) \
|
||||
object.cc scope.cc marshal.cc slot.cc\
|
||||
basic_signal.cc adaptor.cc thread.cc
|
||||
@ -29,7 +31,7 @@ noinst_HEADERS = \
|
||||
Makefile: $(BUILT_SOURCES)
|
||||
|
||||
%.h: $(M4_DIR)/%.h.m4 $(M4_DIR)/template.macros.m4
|
||||
$(M4) $(M4_INCLUDES) $(DEFINES) $< > $@
|
||||
$(M4) $(M4_INCLUDES) $(DEFINES) $< > $(top_srcdir)/$@
|
||||
|
||||
all-local: $(noinst_LTLIBRARIES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user