Skip to content

Commit

Permalink
Version 0.1.1 (include headers in release)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Jul 15, 2016
1 parent dacb987 commit 3c24376
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,37 @@ libreadstat_la_LDFLAGS = @EXTRA_LDFLAGS@

include_HEADERS = src/readstat.h

noinst_HEADERS = \
src/CKHashTable.h \
src/readstat_bits.h \
src/readstat_convert.h \
src/readstat_dta.h \
src/readstat_dta_parse_timestamp.h \
src/readstat_iconv.h \
src/readstat_io_unistd.h \
src/readstat_por.h \
src/readstat_por_parse.h \
src/readstat_rdata.h \
src/readstat_sas.h \
src/readstat_sav.h \
src/readstat_sav_parse.h \
src/readstat_sav_parse_timestamp.h \
src/readstat_spss.h \
src/readstat_spss_parse.h \
src/readstat_writer.h \
src/bin/module.h \
src/bin/module_util.h \
src/bin/modules/mod_csv.h \
src/bin/modules/mod_readstat.h \
src/bin/modules/mod_xlsx.h \
src/test/test_buffer.h \
src/test/test_dta.h \
src/test/test_error.h \
src/test/test_read.h \
src/test/test_readstat.h \
src/test/test_types.h \
src/test/test_write.h

bin_PROGRAMS = \
readstat

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([readstat], [20160511])
AC_INIT([readstat], [0.1.1])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit 3c24376

Please sign in to comment.