Some header files were missing from "make dist".

This commit is contained in:
unknown 2006-01-05 14:17:05 +01:00
parent 1ffe53ddf8
commit c663d045fa
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ WRAPLIBS=
pkglib_LTLIBRARIES = ha_csv.la
ha_csv_la_LDFLAGS = -module
noinst_HEADERS = ha_tina.h
ha_csv_la_SOURCES = ha_tina.cc
LDADD =

View file

@ -29,6 +29,7 @@ WRAPLIBS=
pkglib_LTLIBRARIES = ha_example.la
ha_example_la_LDFLAGS = -module
noinst_HEADERS = ha_example.h
ha_example_la_SOURCES = ha_example.cc
LDADD =