Skip to content

Commit

Permalink
fixed "make dist" and rpm building
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnich committed Jun 5, 2016
1 parent 75f57d9 commit 445c6b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ noinst_HEADERS = src/command.h \
src/row_output_buffers.h \
src/sybase.h \
src/sybase_query.h \
src/utils.h \
src/dbmodulewrap.h \
src/emptystatement.h \
src/error.h \
src/resultfactory.h \
src/row_output_buffers.h \
src/minitest.hpp

EXTRA_DIST = COPYING.MIT COPYING.LGPL ChangeLog AUTHORS README \
EXTRA_DIST = COPYING.MIT COPYING.LGPL AUTHORS README \
RELEASE-NOTES \
test/db-test.q \
docs/sybase-module-doc.html \
test/sybase-statement.qtest \
test/sybase-types.qtest \
qore-sybase-modules.spec

ACLOCAL_AMFLAGS=-I m4
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_INIT([qore-sybase-modules], [1.0.4],
[David Nichols <[email protected]>],
[qore-sybase-modules])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar])
AC_CONFIG_HEADER([config.h])

AC_LANG(C++)
Expand Down
2 changes: 1 addition & 1 deletion qore-sybase-modules.spec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ output placeholders.
%defattr(-,root,root,-)
%dir %{module_dir}
%{module_dir}/sybase-api-%{module_api}.qmod
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES ChangeLog AUTHORS test/sybase-statement.qtest test/sybase-types.qtest docs/sybase/html
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES AUTHORS test/sybase-statement.qtest test/sybase-types.qtest docs/sybase/html
%endif


Expand Down

0 comments on commit 445c6b2

Please sign in to comment.