Added rule to install header files
This commit is contained in:
parent
16841fbae3
commit
6c53e9daa3
1 changed files with 20 additions and 0 deletions
20
Makefile.am
20
Makefile.am
|
|
@ -26,4 +26,24 @@ endif
|
||||||
ledger_SOURCES = main.cc
|
ledger_SOURCES = main.cc
|
||||||
ledger_LDADD = $(LIBOBJS) libledger.la
|
ledger_LDADD = $(LIBOBJS) libledger.la
|
||||||
|
|
||||||
|
nobase_include_HEADERS = \
|
||||||
|
amount.h \
|
||||||
|
autoxact.h \
|
||||||
|
balance.h \
|
||||||
|
binary.h \
|
||||||
|
config.h \
|
||||||
|
datetime.h \
|
||||||
|
debug.h \
|
||||||
|
error.h \
|
||||||
|
format.h \
|
||||||
|
gnucash.h \
|
||||||
|
ledger.h \
|
||||||
|
option.h \
|
||||||
|
parser.h \
|
||||||
|
qif.h \
|
||||||
|
quotes.h \
|
||||||
|
textual.h \
|
||||||
|
valexpr.h \
|
||||||
|
value.h \
|
||||||
|
walk.h
|
||||||
info_TEXINFOS = ledger.texi
|
info_TEXINFOS = ledger.texi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue